share/hedgewars/Data/Missions/Campaign/A Classic Fairytale/journey.lua
changeset 7219 6c7739c6446f
parent 7217 bc87b2b6f18b
child 7225 e3f2280d9000
equal deleted inserted replaced
7217:bc87b2b6f18b 7219:6c7739c6446f
     1 loadfile(GetDataPath() .. "Scripts/Animate.lua")()
     1 loadfile(GetDataPath() .. "Scripts/Animate.lua")()
     2 
     2 
     3 --///////////////////////////////CONSTANTS///////////////////////////
     3 --///////////////////////////////CONSTANTS///////////////////////////
     4 
     4 
     5 choiceAccepted = 0
     5 choiceAccepted = 1
     6 choiceRefused = 1
     6 choiceRefused = 2
     7 choiceAttacked = 2
     7 choiceAttacked = 3
     8 
     8 
     9 endStage = 1
     9 endStage = 1
    10 
    10 
    11 cannibalNum = 8
    11 cannibalNum = 8
    12 cannibalNames = {"John", "Flesh for Brainz", "Eye Chewer", "Torn Muscle",
    12 cannibalNames = {"John", "Flesh for Brainz", "Eye Chewer", "Torn Muscle",