return { env={ life=1, drop=300,lock=300, infHold=true, pushSpeed=15, garbageSpeed=1e99, eventSet='checkTurn_7', bg='rainbow',bgm='push', }, load=function() PLY.newPlayer(1) PLY.newAIPlayer(2,BOT.template{type='9S',speedLV=7,hold=false}) end, score=function(P) return {P.stat.piece,P.stat.time} end, scoreDisp=function(D) return D[1].." Pieces "..STRING.time(D[2]) end, comp=function(a,b) return a[1]