now Random Weapons will show the weapon you will get during the other players turns
not tested online yet, would be happy if someone could and report to me results
--------------------------------
-- 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