equal
deleted
inserted
replaced
|
1 --[[ |
|
2 A Classic Fairytale: United we stand |
|
3 |
|
4 = SUMMARY = |
|
5 Simple Deathmatch against cannibals in two waves. |
|
6 |
|
7 = GOAL = |
|
8 Kill both Cannfantery (cannibal) teams. |
|
9 |
|
10 = FLOW CHART = |
|
11 |
|
12 - Light Cannfantery and player hogs spawn |
|
13 - Cut scene: startAnim |
|
14 - TBS |
|
15 - Light Cannfantery defeated |
|
16 - Cut scene: wave2Anim |
|
17 - Heavy Cannfantery spawns |
|
18 - TBS |
|
19 - Heavy Cannfantery defeated |
|
20 - Cut scene: finalAnim |
|
21 > Victory |
|
22 |
|
23 ]] |
|
24 |
1 HedgewarsScriptLoad("/Scripts/Locale.lua") |
25 HedgewarsScriptLoad("/Scripts/Locale.lua") |
2 HedgewarsScriptLoad("/Scripts/Animate.lua") |
26 HedgewarsScriptLoad("/Scripts/Animate.lua") |
3 |
27 |
4 -----------------------------Constants--------------------------------- |
28 -----------------------------Constants--------------------------------- |
5 choiceAccept = 1 |
29 choiceAccept = 1 |