share/hedgewars/Data/Scripts/Multiplayer/Capture_the_Flag.lua
branchphysfslayer
changeset 8043 da083f8d95e6
parent 7838 5c2337f8dbb2
child 10036 3be36d2fdca6
equal deleted inserted replaced
8040:448d61778ca7 8043:da083f8d95e6
    73 -----------------
    73 -----------------
    74 --SCRIPT BEGINS
    74 --SCRIPT BEGINS
    75 -----------------
    75 -----------------
    76 
    76 
    77 -- enable awesome translaction support so we can use loc() wherever we want
    77 -- enable awesome translaction support so we can use loc() wherever we want
    78 loadfile(GetDataPath() .. "Scripts/Locale.lua")()
    78 HedgewarsScriptLoad("/Scripts/Locale.lua")
    79 
    79 
    80 ---------------------------------------------------------------
    80 ---------------------------------------------------------------
    81 ----------lots of bad variables and things
    81 ----------lots of bad variables and things
    82 ----------because someone is too lazy
    82 ----------because someone is too lazy
    83 ----------to read about tables properly
    83 ----------to read about tables properly