share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/enemy.lua
branchphysfslayer
changeset 8043 da083f8d95e6
parent 7530 0ba32e5412ce
child 8944 ed2509832311
equal deleted inserted replaced
8040:448d61778ca7 8043:da083f8d95e6
     1 loadfile(GetDataPath() .. "Scripts/Locale.lua")()
     1 HedgewarsScriptLoad("/Scripts/Locale.lua")
     2 loadfile(GetDataPath() .. "Scripts/Animate.lua")()
     2 HedgewarsScriptLoad("/Scripts/Animate.lua")
     3 
     3 
     4 
     4 
     5 --------------------------------------------Constants------------------------------------
     5 --------------------------------------------Constants------------------------------------
     6 choiceAccepted = 1
     6 choiceAccepted = 1
     7 choiceRefused = 2
     7 choiceRefused = 2