author | mikade |
Thu, 16 Jun 2011 23:45:17 +0200 | |
changeset 5245 | ce407084728f |
parent 4893 | 353781305c07 |
child 5325 | 261b79ba22b1 |
permissions | -rw-r--r-- |
-------------------------------- -- NO JUMPING -------------------------------- loadfile(GetDataPath() .. "Scripts/Locale.lua")() function onGameInit() Goals = loc("Jumping is disabled") end --function onGameStart() -- ShowMission(loc("NO JUMPING"), loc("- Jumping is disabled"), loc("Good luck out there!"), 0, 0) --end function onNewTurn() SetInputMask(band(0xFFFFFFFF, bnot(gmLJump + gmHJump))) end