share/hedgewars/Data/Scripts/Multiplayer/No_Jumping.lua
branchphysfslayer
changeset 8043 da083f8d95e6
parent 5827 a416f1070fdf
equal deleted inserted replaced
8040:448d61778ca7 8043:da083f8d95e6
     1 --------------------------------
     1 --------------------------------
     2 -- NO JUMPING
     2 -- NO JUMPING
     3 --------------------------------
     3 --------------------------------
     4 
     4 
     5 loadfile(GetDataPath() .. "Scripts/Locale.lua")()
     5 HedgewarsScriptLoad("/Scripts/Locale.lua")
     6 
     6 
     7 local specialGear = nil
     7 local specialGear = nil
     8 
     8 
     9 function onGameInit()
     9 function onGameInit()
    10     Goals = loc("Jumping is disabled")
    10     Goals = loc("Jumping is disabled")