equal
deleted
inserted
replaced
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", |