share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/backstab.lua
branchphysfslayer
changeset 8043 da083f8d95e6
parent 7827 353d90ddc188
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 -----------------------------Constants---------------------------------
     4 -----------------------------Constants---------------------------------
     5 choiceAccepted = 1
     5 choiceAccepted = 1
     6 choiceRefused = 2
     6 choiceRefused = 2
     7 choiceAttacked = 3
     7 choiceAttacked = 3