share/hedgewars/Data/Scripts/Multiplayer/The_Specialists.lua
branchphysfslayer
changeset 8043 da083f8d95e6
parent 7143 cd86f95b46c9
child 10036 3be36d2fdca6
equal deleted inserted replaced
8040:448d61778ca7 8043:da083f8d95e6
    50 --------------------
    50 --------------------
    51 
    51 
    52 -- balance hog health, maybe
    52 -- balance hog health, maybe
    53 -- add proper gameflag checking, maybe (so that we can throw in a .cfg and let the users break everything)
    53 -- add proper gameflag checking, maybe (so that we can throw in a .cfg and let the users break everything)
    54 
    54 
    55 loadfile(GetDataPath() .. "Scripts/Locale.lua")()
    55 HedgewarsScriptLoad("/Scripts/Locale.lua")
    56 loadfile(GetDataPath() .. "Scripts/Tracker.lua")()
    56 HedgewarsScriptLoad("/Scripts/Tracker.lua")
    57 
    57 
    58 local numhhs = 0
    58 local numhhs = 0
    59 local hhs = {}
    59 local hhs = {}
    60 
    60 
    61 local currName
    61 local currName