1
function onNewTurn()
2
SetGravity(0)
3
end
4
5
function onGameTick20()
6
if TurnTimeLeft < 20 then
7
SetGravity(100)
8
9