author | Wuzzy <almikes@aol.com> |
Thu, 28 Sep 2017 19:26:22 +0200 | |
changeset 12583 | 5b23c42ef150 |
parent 12580 | 0c5ce463949b |
child 12591 | 7510fe66bfbb |
permissions | -rw-r--r-- |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
1 |
------------------- ABOUT ---------------------- |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
2 |
-- |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
3 |
-- This is the first stop of hero's journey. |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
4 |
-- Here he'll get fuels to continue traveling. |
9831 | 5 |
-- However, the PAotH allies of the hero have |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
6 |
-- been taken hostages by professor Hogevil. |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
7 |
-- So hero has to get whatever available equipement |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
8 |
-- there is and rescue them. |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
9 |
|
9310
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
10 |
HedgewarsScriptLoad("/Scripts/Locale.lua") |
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
11 |
HedgewarsScriptLoad("/Scripts/Animate.lua") |
9578
16139270448f
save main missions' status
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9574
diff
changeset
|
12 |
HedgewarsScriptLoad("/Missions/Campaign/A_Space_Adventure/global_functions.lua") |
9310
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
13 |
|
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
14 |
----------------- VARIABLES -------------------- |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
15 |
-- globals |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
16 |
local campaignName = loc("A Space Adventure") |
9574
da3d39667881
strings checked, all ok except ice02 that will be probably changed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9445
diff
changeset
|
17 |
local missionName = loc("The first stop") |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
18 |
local weaponsAcquired = false |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
19 |
local battleZoneReached = false |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
20 |
local checkPointReached = 1 -- 1 is start of the game |
9733
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
21 |
local afterDialog02 = false |
11980
c52d35c859e8
Fix double achievements and ranks in The First Stop mission (fixes #106)
Wuzzy <almikes@aol.com>
parents:
11697
diff
changeset
|
22 |
local gameOver = false |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
23 |
-- dialogs |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
24 |
local dialog01 = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
25 |
local dialog02 = {} |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
26 |
local dialog03 = {} |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
27 |
local dialog04 = {} |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
28 |
-- mission objectives |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
29 |
local goals = { |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
30 |
[dialog01] = {missionName, loc("Getting ready"), loc("Go to the upper platform and get the weapons in the crates!"), 1, 4500}, |
9574
da3d39667881
strings checked, all ok except ice02 that will be probably changed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9445
diff
changeset
|
31 |
[dialog02] = {missionName, loc("Prepare to fight"), loc("Go down and save these PAotH hogs!"), 1, 5000}, |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
32 |
[dialog03] = {missionName, loc("The fight begins!"), loc("Neutralize your enemies and be careful!"), 1, 5000}, |
9330
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
33 |
[dialog04] = {missionName, loc("The fight begins!"), loc("Neutralize your enemies and be careful!"), 1, 5000} |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
34 |
} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
35 |
-- crates |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
36 |
local weaponsY = 100 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
37 |
local bazookaX = 70 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
38 |
local parachuteX = 110 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
39 |
local grenadeX = 160 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
40 |
local deserteagleX = 200 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
41 |
-- hogs |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
42 |
local hero = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
43 |
local paoth1 = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
44 |
local paoth2 = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
45 |
local paoth3 = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
46 |
local paoth4 = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
47 |
local professor = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
48 |
local minion1 = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
49 |
local minion2 = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
50 |
local minion3 = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
51 |
local minion4 = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
52 |
-- teams |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
53 |
local teamA = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
54 |
local teamB = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
55 |
local teamC = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
56 |
local teamD = {} |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
57 |
-- hedgehogs values |
9574
da3d39667881
strings checked, all ok except ice02 that will be probably changed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9445
diff
changeset
|
58 |
hero.name = loc("Hog Solo") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
59 |
hero.x = 1380 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
60 |
hero.y = 1750 |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
61 |
hero.dead = false |
9574
da3d39667881
strings checked, all ok except ice02 that will be probably changed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9445
diff
changeset
|
62 |
paoth1.name = loc("Joe") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
63 |
paoth1.x = 1430 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
64 |
paoth1.y = 1750 |
9574
da3d39667881
strings checked, all ok except ice02 that will be probably changed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9445
diff
changeset
|
65 |
paoth2.name = loc("Bruce") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
66 |
paoth2.x = 3760 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
67 |
paoth2.y = 1800 |
9574
da3d39667881
strings checked, all ok except ice02 that will be probably changed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9445
diff
changeset
|
68 |
paoth3.name = loc("Helena") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
69 |
paoth3.x = 3800 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
70 |
paoth3.y = 1800 |
9574
da3d39667881
strings checked, all ok except ice02 that will be probably changed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9445
diff
changeset
|
71 |
paoth4.name = loc("Boris") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
72 |
paoth4.x = 3860 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
73 |
paoth4.y = 1800 |
9574
da3d39667881
strings checked, all ok except ice02 that will be probably changed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9445
diff
changeset
|
74 |
professor.name = loc("Prof. Hogevil") |
9336
5f2224dce442
smaller moon map and check if hero health is set
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9334
diff
changeset
|
75 |
professor.x = 3800 |
5f2224dce442
smaller moon map and check if hero health is set
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9334
diff
changeset
|
76 |
professor.y = 1600 |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
77 |
professor.dead = false |
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
78 |
professor.health = 120 |
9574
da3d39667881
strings checked, all ok except ice02 that will be probably changed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9445
diff
changeset
|
79 |
minion1.name = loc("Minion") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
80 |
minion1.x = 2460 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
81 |
minion1.y = 1450 |
9574
da3d39667881
strings checked, all ok except ice02 that will be probably changed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9445
diff
changeset
|
82 |
minion2.name = loc("Minion") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
83 |
minion2.x = 2450 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
84 |
minion2.y = 1900 |
9574
da3d39667881
strings checked, all ok except ice02 that will be probably changed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9445
diff
changeset
|
85 |
minion3.name = loc("Minion") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
86 |
minion3.x = 3500 |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
87 |
minion3.y = 1750 |
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
88 |
|
9831 | 89 |
teamA.name = loc("PAotH") |
12576
903a30fb49e6
Fix team colors of most teams in A Space Adventure to denote correct ally status
Wuzzy <almikes@aol.com>
parents:
12554
diff
changeset
|
90 |
teamA.color = 0x38D61C -- green |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
91 |
teamB.name = loc("Minions") |
12576
903a30fb49e6
Fix team colors of most teams in A Space Adventure to denote correct ally status
Wuzzy <almikes@aol.com>
parents:
12554
diff
changeset
|
92 |
teamB.color = 0x0072FF -- blue |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
93 |
teamC.name = loc("Professor") |
12576
903a30fb49e6
Fix team colors of most teams in A Space Adventure to denote correct ally status
Wuzzy <almikes@aol.com>
parents:
12554
diff
changeset
|
94 |
teamC.color = 0x0072FF -- blue |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
95 |
teamD.name = loc("Hog Solo") |
12576
903a30fb49e6
Fix team colors of most teams in A Space Adventure to denote correct ally status
Wuzzy <almikes@aol.com>
parents:
12554
diff
changeset
|
96 |
teamD.color = 0x38D61C -- green |
9310
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
97 |
|
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
98 |
-------------- LuaAPI EVENT HANDLERS ------------------ |
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
99 |
|
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
100 |
function onGameInit() |
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
101 |
Seed = 1 |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
102 |
GameFlags = gfSolidLand + gfDisableWind |
9330
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
103 |
TurnTime = 25000 |
9310
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
104 |
CaseFreq = 0 |
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
105 |
MinesNum = 0 |
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
106 |
MinesTime = 3000 |
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
107 |
Explosives = 0 |
12554
d8af6f9b51c6
Disable SD in ACF6 and ASA: The first stop
Wuzzy <almikes@aol.com>
parents:
12542
diff
changeset
|
108 |
HealthDecrease = 0 |
d8af6f9b51c6
Disable SD in ACF6 and ASA: The first stop
Wuzzy <almikes@aol.com>
parents:
12542
diff
changeset
|
109 |
WaterRise = 0 |
9757 | 110 |
Delay = 5 |
9310
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
111 |
Map = "moon01_map" |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
112 |
Theme = "Cheese" -- Because ofc moon is made of cheese :) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
113 |
-- Hog Solo |
12054
030464f34d47
Tweak flags used in all missions to fit more to the theme
Wuzzy <almikes@aol.com>
parents:
11981
diff
changeset
|
114 |
AddTeam(teamD.name, teamD.color, "Bone", "Island", "HillBilly", "hedgewars") |
9640
a6a903a6c2b3
some changes regarding hp save in cosmos and moon
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9639
diff
changeset
|
115 |
if tonumber(GetCampaignVar("HeroHealth")) then |
9326
689f591aa226
added saved hero health between missions
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9324
diff
changeset
|
116 |
hero.gear = AddHog(hero.name, 0, tonumber(GetCampaignVar("HeroHealth")), "war_desertgrenadier1") |
689f591aa226
added saved hero health between missions
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9324
diff
changeset
|
117 |
else |
689f591aa226
added saved hero health between missions
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9324
diff
changeset
|
118 |
hero.gear = AddHog(hero.name, 0, 100, "war_desertgrenadier1") |
689f591aa226
added saved hero health between missions
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9324
diff
changeset
|
119 |
end |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
120 |
AnimSetGearPosition(hero.gear, hero.x, hero.y) |
9831 | 121 |
-- PAotH |
12054
030464f34d47
Tweak flags used in all missions to fit more to the theme
Wuzzy <almikes@aol.com>
parents:
11981
diff
changeset
|
122 |
AddTeam(teamA.name, teamA.color, "Bone", "Island", "HillBilly", "cm_galaxy") |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
123 |
paoth1.gear = AddHog(paoth1.name, 0, 100, "scif_2001O") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
124 |
AnimSetGearPosition(paoth1.gear, paoth1.x, paoth1.y) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
125 |
HogTurnLeft(paoth1.gear, true) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
126 |
paoth2.gear = AddHog(paoth2.name, 0, 100, "scif_2001Y") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
127 |
AnimSetGearPosition(paoth2.gear, paoth2.x, paoth2.y) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
128 |
HogTurnLeft(paoth2.gear, true) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
129 |
paoth3.gear = AddHog(paoth3.name, 0, 100, "hair_purple") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
130 |
AnimSetGearPosition(paoth3.gear, paoth3.x, paoth3.y) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
131 |
HogTurnLeft(paoth3.gear, true) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
132 |
paoth4.gear = AddHog(paoth4.name, 0, 100, "scif_2001Y") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
133 |
AnimSetGearPosition(paoth4.gear, paoth4.x, paoth4.y) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
134 |
HogTurnLeft(paoth4.gear, true) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
135 |
-- Professor |
12054
030464f34d47
Tweak flags used in all missions to fit more to the theme
Wuzzy <almikes@aol.com>
parents:
11981
diff
changeset
|
136 |
AddTeam(teamC.name, teamC.color, "Bone", "Island", "HillBilly", "cm_sine") |
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
137 |
professor.gear = AddHog(professor.name, 0, professor.health, "tophats") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
138 |
AnimSetGearPosition(professor.gear, professor.x, professor.y) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
139 |
HogTurnLeft(professor.gear, true) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
140 |
-- Minions |
12054
030464f34d47
Tweak flags used in all missions to fit more to the theme
Wuzzy <almikes@aol.com>
parents:
11981
diff
changeset
|
141 |
AddTeam(teamB.name, teamB.color, "Bone", "Island", "HillBilly", "cm_sine") |
9330
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
142 |
minion1.gear = AddHog(minion1.name, 1, 50, "Gasmask") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
143 |
AnimSetGearPosition(minion1.gear, minion1.x, minion1.y) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
144 |
HogTurnLeft(minion1.gear, true) |
9330
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
145 |
minion2.gear = AddHog(minion2.name, 1, 50, "Gasmask") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
146 |
AnimSetGearPosition(minion2.gear, minion2.x, minion2.y) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
147 |
HogTurnLeft(minion2.gear, true) |
9330
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
148 |
minion3.gear = AddHog(minion3.name, 1, 50, "Gasmask") |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
149 |
AnimSetGearPosition(minion3.gear, minion3.x, minion3.y) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
150 |
HogTurnLeft(minion3.gear, true) |
9757 | 151 |
|
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
152 |
-- get the check point |
9582
bf314b2258b3
less variables used to save the checkpoints - potential breakage xD
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9578
diff
changeset
|
153 |
checkPointReached = initCheckpoint("moon01") |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
154 |
if checkPointReached == 1 then |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
155 |
-- Start of the game |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
156 |
elseif checkPointReached == 2 then |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
157 |
AnimSetGearPosition(hero.gear, parachuteX, weaponsY) |
9757 | 158 |
if GetHealth(hero.gear) + 5 > 100 then |
9640
a6a903a6c2b3
some changes regarding hp save in cosmos and moon
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9639
diff
changeset
|
159 |
SaveCampaignVar("HeroHealth", 100) |
a6a903a6c2b3
some changes regarding hp save in cosmos and moon
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9639
diff
changeset
|
160 |
else |
a6a903a6c2b3
some changes regarding hp save in cosmos and moon
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9639
diff
changeset
|
161 |
SaveCampaignVar("HeroHealth", GetHealth(hero.gear) + 5) |
a6a903a6c2b3
some changes regarding hp save in cosmos and moon
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9639
diff
changeset
|
162 |
end |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
163 |
end |
9757 | 164 |
|
12093
1da37e2ba6fd
Fix A Space Adventure Missions allowing player to walk before 1st animation and screw things up
Wuzzy <almikes@aol.com>
parents:
12054
diff
changeset
|
165 |
AnimInit(true) |
9757 | 166 |
AnimationSetup() |
9310
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
167 |
end |
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
168 |
|
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
169 |
function onGameStart() |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
170 |
-- wait for the first turn to start |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
171 |
AnimWait(hero.gear, 3000) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
172 |
FollowGear(hero.gear) |
9757 | 173 |
|
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
174 |
ShowMission(campaignName, missionName, loc("Hog Solo has to refuel his saucer.").. |
9757 | 175 |
"|"..loc("Rescue the imprisoned PAotH team and get the fuel!"), -amSkip, 0) |
176 |
||
9322
18cbaf1436c7
event to endgame when minions killed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9320
diff
changeset
|
177 |
AddAmmo(minion1.gear, amDEagle, 10) |
18cbaf1436c7
event to endgame when minions killed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9320
diff
changeset
|
178 |
AddAmmo(minion2.gear, amDEagle, 10) |
18cbaf1436c7
event to endgame when minions killed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9320
diff
changeset
|
179 |
AddAmmo(minion3.gear, amDEagle, 10) |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
180 |
AddAmmo(minion1.gear, amBazooka, 2) |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
181 |
AddAmmo(minion2.gear, amBazooka, 2) |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
182 |
AddAmmo(minion3.gear, amBazooka, 2) |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
183 |
AddAmmo(minion1.gear, amGrenade, 2) |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
184 |
AddAmmo(minion2.gear, amGrenade, 2) |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
185 |
AddAmmo(minion3.gear, amGrenade, 2) |
9757 | 186 |
|
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
187 |
-- check for death has to go first |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
188 |
AddEvent(onHeroDeath, {hero.gear}, heroDeath, {hero.gear}, 0) |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
189 |
AddEvent(onProfessorDeath, {professor.gear}, professorDeath, {professor.gear}, 0) |
9324
98368198a75d
added slot for starting campaign by clicking the image and some events in moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9322
diff
changeset
|
190 |
AddEvent(onMinionsDeath, {professor.gear}, minionsDeath, {professor.gear}, 0) |
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
191 |
AddEvent(onProfessorAndMinionsDeath, {professor.gear}, professorAndMinionsDeath, {professor.gear}, 0) |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
192 |
AddEvent(onProfessorHit, {professor.gear}, professorHit, {professor.gear}, 1) |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
193 |
|
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
194 |
if checkPointReached == 1 then |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
195 |
AddAmmo(hero.gear, amRope, 2) |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
196 |
SpawnAmmoCrate(bazookaX, weaponsY, amBazooka) |
12518
d90db45a0c4f
Fix crate types in A Space Adventure and some user missions
Wuzzy <almikes@aol.com>
parents:
12093
diff
changeset
|
197 |
SpawnUtilityCrate(parachuteX, weaponsY, amParachute) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
198 |
SpawnAmmoCrate(grenadeX, weaponsY, amGrenade) |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
199 |
SpawnAmmoCrate(deserteagleX, weaponsY, amDEagle) |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
200 |
AddEvent(onWeaponsPlatform, {hero.gear}, weaponsPlatform, {hero.gear}, 0) |
12519
d89dabfd07ce
Use EndTurn to replace TurnTimeLeft=0 in ASA campaign (fixes #225)
Wuzzy <almikes@aol.com>
parents:
12518
diff
changeset
|
201 |
EndTurn(true) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
202 |
AddAnim(dialog01) |
9757 | 203 |
elseif checkPointReached == 2 then |
9330
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
204 |
AddAmmo(hero.gear, amBazooka, 3) |
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
205 |
AddAmmo(hero.gear, amParachute, 1) |
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
206 |
AddAmmo(hero.gear, amGrenade, 6) |
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
207 |
AddAmmo(hero.gear, amDEagle, 4) |
9757 | 208 |
SetWind(60) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
209 |
GameFlags = bor(GameFlags,gfDisableWind) |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
210 |
weaponsAcquired = true |
9733
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
211 |
afterDialog02 = true |
12519
d89dabfd07ce
Use EndTurn to replace TurnTimeLeft=0 in ASA campaign (fixes #225)
Wuzzy <almikes@aol.com>
parents:
12518
diff
changeset
|
212 |
EndTurn(true) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
213 |
AddAnim(dialog02) |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
214 |
end |
9616
df14425d9e4c
fixed the bug that didn't saved checkpoint 1 reported by mikade
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9582
diff
changeset
|
215 |
-- this event check goes here to be executed after the onWeaponsPlatform check |
df14425d9e4c
fixed the bug that didn't saved checkpoint 1 reported by mikade
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9582
diff
changeset
|
216 |
AddEvent(onBattleZone, {hero.gear}, battleZone, {hero.gear}, 0) |
9757 | 217 |
|
9334
4bf3edc24444
custom stats in moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9330
diff
changeset
|
218 |
SendHealthStatsOff() |
9310
1469147c110f
moon01 stab and finally moon01 map
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9308
diff
changeset
|
219 |
end |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
220 |
|
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
221 |
function onAmmoStoreInit() |
9330
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
222 |
SetAmmo(amBazooka, 0, 0, 0, 3) |
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
223 |
SetAmmo(amParachute, 0, 0, 0, 1) |
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
224 |
SetAmmo(amGrenade, 0, 0, 0, 6) |
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
225 |
SetAmmo(amDEagle, 0, 0, 0, 4) |
11981
d5dabb71d6bf
Add skip option to desert01, fruit02, moon01 in A Space Adventure
Wuzzy <almikes@aol.com>
parents:
11980
diff
changeset
|
226 |
SetAmmo(amSkip, 9, 0, 0, 1) |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
227 |
end |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
228 |
|
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
229 |
function onGameTick() |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
230 |
AnimUnWait() |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
231 |
if ShowAnimation() == false then |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
232 |
return |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
233 |
end |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
234 |
ExecuteAfterAnimations() |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
235 |
CheckEvents() |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
236 |
if CurrentHedgehog ~= hero.gear and not battleZone then |
12519
d89dabfd07ce
Use EndTurn to replace TurnTimeLeft=0 in ASA campaign (fixes #225)
Wuzzy <almikes@aol.com>
parents:
12518
diff
changeset
|
237 |
EndTurn(true) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
238 |
end |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
239 |
end |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
240 |
|
9757 | 241 |
function onNewTurn() |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
242 |
-- rounds start if hero got his weapons or got near the enemies |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
243 |
if not weaponsAcquired and not battleZoneReached and CurrentHedgehog ~= hero.gear then |
12519
d89dabfd07ce
Use EndTurn to replace TurnTimeLeft=0 in ASA campaign (fixes #225)
Wuzzy <almikes@aol.com>
parents:
12518
diff
changeset
|
244 |
EndTurn(true) |
9733
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
245 |
elseif weaponsAcquired and not battleZoneReached and CurrentHedgehog ~= hero.gear and afterDialog02 then |
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
246 |
battleZone(hero.gear) |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
247 |
elseif not weaponsAcquired and not battleZoneReached and CurrentHedgehog == hero.gear then |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
248 |
TurnTimeLeft = -1 |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
249 |
elseif CurrentHedgehog == paoth1.gear or CurrentHedgehog == paoth2.gear |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
250 |
or CurrentHedgehog == paoth3.gear or CurrentHedgehog == paoth4.gear then |
12519
d89dabfd07ce
Use EndTurn to replace TurnTimeLeft=0 in ASA campaign (fixes #225)
Wuzzy <almikes@aol.com>
parents:
12518
diff
changeset
|
251 |
EndTurn(true) |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
252 |
elseif CurrentHedgehog == professor.gear then |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
253 |
AnimSwitchHog(hero.gear) |
12519
d89dabfd07ce
Use EndTurn to replace TurnTimeLeft=0 in ASA campaign (fixes #225)
Wuzzy <almikes@aol.com>
parents:
12518
diff
changeset
|
254 |
EndTurn(true) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
255 |
end |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
256 |
end |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
257 |
|
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
258 |
function onPrecise() |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
259 |
if GameTime > 3000 then |
9757 | 260 |
SetAnimSkip(true) |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
261 |
end |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
262 |
end |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
263 |
|
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
264 |
function onGearDelete(gear) |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
265 |
if gear == hero.gear then |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
266 |
hero.dead = true |
9320
1845b420cb5d
game ends when professor dies
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9318
diff
changeset
|
267 |
elseif gear == professor.gear then |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
268 |
professor.dead = true |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
269 |
end |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
270 |
end |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
271 |
|
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
272 |
-------------- EVENTS ------------------ |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
273 |
|
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
274 |
function onWeaponsPlatform(gear) |
9757 | 275 |
if not hero.dead and (GetAmmoCount(hero.gear, amBazooka) > 0 or GetAmmoCount(hero.gear, amParachute) > 0 or |
9616
df14425d9e4c
fixed the bug that didn't saved checkpoint 1 reported by mikade
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9582
diff
changeset
|
276 |
GetAmmoCount(hero.gear, amGrenade) > 0 or GetAmmoCount(hero.gear, amDEagle) > 0) and StoppedGear(hero.gear) then |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
277 |
return true |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
278 |
end |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
279 |
return false |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
280 |
end |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
281 |
|
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
282 |
function onHeroDeath(gear) |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
283 |
if hero.dead then |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
284 |
return true |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
285 |
end |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
286 |
return false |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
287 |
end |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
288 |
|
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
289 |
function onBattleZone(gear) |
9330
b6483dc78feb
I think hog weapons and health is ok like that
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9326
diff
changeset
|
290 |
if not battleZoneReached and not hero.dead and GetX(gear) > 1900 and StoppedGear(gear) then |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
291 |
return true |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
292 |
end |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
293 |
return false |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
294 |
end |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
295 |
|
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
296 |
function onProfessorHit(gear) |
9320
1845b420cb5d
game ends when professor dies
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9318
diff
changeset
|
297 |
if GetHealth(gear) then |
1845b420cb5d
game ends when professor dies
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9318
diff
changeset
|
298 |
if CurrentHedgehog ~= hero.gear and GetHealth(gear) < professor.health then |
1845b420cb5d
game ends when professor dies
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9318
diff
changeset
|
299 |
professor.health = GetHealth(gear) |
1845b420cb5d
game ends when professor dies
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9318
diff
changeset
|
300 |
return true |
1845b420cb5d
game ends when professor dies
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9318
diff
changeset
|
301 |
elseif GetHealth(gear) < professor.health then |
1845b420cb5d
game ends when professor dies
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9318
diff
changeset
|
302 |
professor.health = GetHealth(gear) |
1845b420cb5d
game ends when professor dies
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9318
diff
changeset
|
303 |
end |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
304 |
end |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
305 |
return false |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
306 |
end |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
307 |
|
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
308 |
function onProfessorDeath(gear) |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
309 |
if professor.dead then |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
310 |
return true |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
311 |
end |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
312 |
return false |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
313 |
end |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
314 |
|
9322
18cbaf1436c7
event to endgame when minions killed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9320
diff
changeset
|
315 |
function onMinionsDeath(gear) |
9324
98368198a75d
added slot for starting campaign by clicking the image and some events in moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9322
diff
changeset
|
316 |
if not (GetHealth(minion1.gear) or GetHealth(minion2.gear) or GetHealth(minion3.gear)) then |
9322
18cbaf1436c7
event to endgame when minions killed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9320
diff
changeset
|
317 |
return true |
18cbaf1436c7
event to endgame when minions killed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9320
diff
changeset
|
318 |
end |
18cbaf1436c7
event to endgame when minions killed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9320
diff
changeset
|
319 |
return false |
18cbaf1436c7
event to endgame when minions killed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9320
diff
changeset
|
320 |
end |
18cbaf1436c7
event to endgame when minions killed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9320
diff
changeset
|
321 |
|
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
322 |
function onProfessorAndMinionsDeath(gear) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
323 |
if professor.dead and (not (GetHealth(minion1.gear) or GetHealth(minion2.gear) or GetHealth(minion3.gear))) then |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
324 |
return true |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
325 |
end |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
326 |
return false |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
327 |
end |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
328 |
|
9639
6b2ae2eaf1b2
remove unnecessary comments
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9616
diff
changeset
|
329 |
-------------- ACTIONS ------------------ |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
330 |
|
9582
bf314b2258b3
less variables used to save the checkpoints - potential breakage xD
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9578
diff
changeset
|
331 |
function weaponsPlatform(gear) |
bf314b2258b3
less variables used to save the checkpoints - potential breakage xD
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9578
diff
changeset
|
332 |
saveCheckpoint("2") |
9326
689f591aa226
added saved hero health between missions
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9324
diff
changeset
|
333 |
SaveCampaignVar("HeroHealth",GetHealth(hero.gear)) |
12519
d89dabfd07ce
Use EndTurn to replace TurnTimeLeft=0 in ASA campaign (fixes #225)
Wuzzy <almikes@aol.com>
parents:
12518
diff
changeset
|
334 |
EndTurn(true) |
9733
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
335 |
weaponsAcquired = true |
9757 | 336 |
SetWind(60) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
337 |
GameFlags = bor(GameFlags,gfDisableWind) |
9616
df14425d9e4c
fixed the bug that didn't saved checkpoint 1 reported by mikade
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9582
diff
changeset
|
338 |
AddAmmo(hero.gear, amRope, 0) |
df14425d9e4c
fixed the bug that didn't saved checkpoint 1 reported by mikade
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9582
diff
changeset
|
339 |
if GetX(hero.gear) < 1900 then |
df14425d9e4c
fixed the bug that didn't saved checkpoint 1 reported by mikade
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9582
diff
changeset
|
340 |
AddAnim(dialog02) |
df14425d9e4c
fixed the bug that didn't saved checkpoint 1 reported by mikade
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9582
diff
changeset
|
341 |
end |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
342 |
end |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
343 |
|
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
344 |
function heroDeath(gear) |
9642
8a691e0f117a
use consts for TStatInfo enum
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9640
diff
changeset
|
345 |
SendStat(siGameResult, loc("Hog Solo lost, try again!")) |
11697
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
346 |
SendStat(siCustomAchievement, loc("You have to get the weapons and rescue the PAotH researchers.")) |
12542
66566cfe0a7e
ASA, The first stop: Fix team ranking and kills in stats screen (bug 147)
Wuzzy <almikes@aol.com>
parents:
12539
diff
changeset
|
347 |
sendSimpleTeamRankings({teamC.name, teamB.name, teamD.name, teamA.name}) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
348 |
EndGame() |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
349 |
end |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
350 |
|
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
351 |
function battleZone(gear) |
12519
d89dabfd07ce
Use EndTurn to replace TurnTimeLeft=0 in ASA campaign (fixes #225)
Wuzzy <almikes@aol.com>
parents:
12518
diff
changeset
|
352 |
EndTurn(true) |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
353 |
battleZoneReached = true |
9733
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
354 |
if weaponsAcquired then |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
355 |
AddAnim(dialog04) |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
356 |
else |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
357 |
AddAnim(dialog03) |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
358 |
end |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
359 |
end |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
360 |
|
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
361 |
function professorHit(gear) |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
362 |
if currentHedgehog ~= hero.gear then |
11697
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
363 |
AnimSay(professor.gear,loc("Don't hit me, you fools!"), SAY_SHOUT, 2000) |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
364 |
end |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
365 |
end |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
366 |
|
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
367 |
function victory() |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
368 |
AnimCaption(hero.gear, loc("Congrats! You won!"), 6000) |
9578
16139270448f
save main missions' status
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9574
diff
changeset
|
369 |
saveCompletedStatus(1) |
9765 | 370 |
SendStat(siGameResult, loc("Hog Solo wins, congratulations!")) |
12542
66566cfe0a7e
ASA, The first stop: Fix team ranking and kills in stats screen (bug 147)
Wuzzy <almikes@aol.com>
parents:
12539
diff
changeset
|
371 |
sendSimpleTeamRankings({teamD.name, teamA.name, teamC.name, teamB.name}) |
9342
51b5fffe3892
changes about displaying the ice planet mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9336
diff
changeset
|
372 |
SaveCampaignVar("CosmosCheckPoint", "5") -- hero got fuels |
12536
e12e2dfda06f
ASA: Reset checkpoint after completing checkpointed mission
Wuzzy <almikes@aol.com>
parents:
12520
diff
changeset
|
373 |
resetCheckpoint() -- reset this mission |
11980
c52d35c859e8
Fix double achievements and ranks in The First Stop mission (fixes #106)
Wuzzy <almikes@aol.com>
parents:
11697
diff
changeset
|
374 |
gameOver = true |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
375 |
EndGame() |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
376 |
end |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
377 |
|
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
378 |
function professorAndMinionsDeath(gear) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
379 |
if gameOver then return end |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
380 |
AnimCaption(hero.gear, loc("Congrats! You destroyed the enemy!"), 6000) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
381 |
SendStat(siCustomAchievement, loc("You have eliminated the whole evil team. You're pretty tough!")) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
382 |
|
12539
34a91e2b927e
ASA, death01: Slightly change professor's response if he got killed on the moon
Wuzzy <almikes@aol.com>
parents:
12538
diff
changeset
|
383 |
SaveCampaignVar("ProfDiedOnMoon", "1") |
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
384 |
victory() |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
385 |
end |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
386 |
|
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
387 |
function professorDeath(gear) |
11980
c52d35c859e8
Fix double achievements and ranks in The First Stop mission (fixes #106)
Wuzzy <almikes@aol.com>
parents:
11697
diff
changeset
|
388 |
if gameOver then return end |
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
389 |
local m1h = GetHealth(minion1.gear) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
390 |
local m2h = GetHealth(minion2.gear) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
391 |
local m3h = GetHealth(minion3.gear) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
392 |
if m1h == 0 or m2h == 0 or m3h == 0 then return end |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
393 |
|
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
394 |
if m1h and m1h > 0 and StoppedGear(minion1.gear) then |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
395 |
AnimSay(minion1.gear, loc("The boss has fallen! Retreat!"), SAY_SHOUT, 6000) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
396 |
elseif m2h and m2h > 0 and StoppedGear(minion2.gear) then |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
397 |
AnimSay(minion2.gear, loc("The boss has fallen! Retreat!"), SAY_SHOUT, 6000) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
398 |
elseif m3h and m3h > 0 and StoppedGear(minion3.gear) then |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
399 |
AnimSay(minion3.gear, loc("The boss has fallen! Retreat!"), SAY_SHOUT, 6000) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
400 |
end |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
401 |
|
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
402 |
AnimCaption(hero.gear, loc("Congrats! You made them run away!"), 6000) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
403 |
SendStat(siCustomAchievement, loc("You have eliminated Professor Hogevil.")) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
404 |
SendStat(siCustomAchievement, loc("You drove the minions away.")) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
405 |
DismissTeam(teamB.name) |
9757 | 406 |
AnimWait(hero.gear,5000) |
407 |
||
12539
34a91e2b927e
ASA, death01: Slightly change professor's response if he got killed on the moon
Wuzzy <almikes@aol.com>
parents:
12538
diff
changeset
|
408 |
SaveCampaignVar("ProfDiedOnMoon", "1") |
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
409 |
victory() |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
410 |
end |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
411 |
|
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
412 |
function minionsDeath(gear) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
413 |
if professor.dead or GetHealth(professor.gear) == nil or GetHealth(professor.gear) == 0 then return end |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
414 |
if gameOver then return end |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
415 |
|
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
416 |
AnimSay(professor.gear, loc("I may lost this battle, but I haven't lost the war yet!"), SAY_SHOUT, 6000) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
417 |
DismissTeam(teamC.name) |
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
418 |
AnimWait(hero.gear,5000) |
11697
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
419 |
SendStat(siCustomAchievement, loc("You have eliminated the evil minions.")) |
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
420 |
SendStat(siCustomAchievement, loc("You drove Professor Hogevil away.")) |
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
421 |
|
12539
34a91e2b927e
ASA, death01: Slightly change professor's response if he got killed on the moon
Wuzzy <almikes@aol.com>
parents:
12538
diff
changeset
|
422 |
SaveCampaignVar("ProfDiedOnMoon", "0") |
12538
f8801c72a6c8
ASA, The first stop: Take possibility into account that whole team can be wiped out
Wuzzy <almikes@aol.com>
parents:
12536
diff
changeset
|
423 |
victory() |
9322
18cbaf1436c7
event to endgame when minions killed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9320
diff
changeset
|
424 |
end |
18cbaf1436c7
event to endgame when minions killed
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9320
diff
changeset
|
425 |
|
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
426 |
-------------- ANIMATIONS ------------------ |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
427 |
|
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
428 |
function Skipanim(anim) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
429 |
if goals[anim] ~= nil then |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
430 |
ShowMission(unpack(goals[anim])) |
12580
0c5ce463949b
ASA: Improve displaying of mission panels all over the place
Wuzzy <almikes@aol.com>
parents:
12576
diff
changeset
|
431 |
end |
0c5ce463949b
ASA: Improve displaying of mission panels all over the place
Wuzzy <almikes@aol.com>
parents:
12576
diff
changeset
|
432 |
if anim == dialog02 then |
9733
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
433 |
setAfterDialog02() |
12580
0c5ce463949b
ASA: Improve displaying of mission panels all over the place
Wuzzy <almikes@aol.com>
parents:
12576
diff
changeset
|
434 |
elseif anim == dialog03 then |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
435 |
startCombat() |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
436 |
else |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
437 |
AnimSwitchHog(hero.gear) |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
438 |
end |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
439 |
end |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
440 |
|
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
441 |
function AnimationSetup() |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
442 |
-- DIALOG 01 - Start, welcome to moon |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
443 |
AddSkipFunction(dialog01, Skipanim, {dialog01}) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
444 |
table.insert(dialog01, {func = AnimWait, args = {hero.gear, 3000}}) |
11697
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
445 |
table.insert(dialog01, {func = AnimCaption, args = {hero.gear, loc("Near a PAotH base on the moon ..."), 4000}}) |
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
446 |
table.insert(dialog01, {func = AnimSay, args = {paoth1.gear, loc("Hey, Hog Solo! Finally you have come!"), SAY_SAY, 2000}}) |
9757 | 447 |
table.insert(dialog01, {func = AnimSay, args = {paoth1.gear, loc("It seems that Professor Hogevil has prepared for your arrival!"), SAY_SAY, 4000}}) |
448 |
table.insert(dialog01, {func = AnimSay, args = {paoth1.gear, loc("He has captured the rest of the PAotH team and awaits to capture you!"), SAY_SAY, 5000}}) |
|
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
449 |
table.insert(dialog01, {func = AnimSay, args = {paoth1.gear, loc("We have to hurry! Are you armed?"), SAY_SAY, 4300}}) |
9733
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
450 |
table.insert(dialog01, {func = AnimWait, args = {hero.gear, 450}}) |
11697
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
451 |
table.insert(dialog01, {func = AnimSay, args = {hero.gear, loc("No, I am afraid I had to travel light."), SAY_SAY, 2500}}) |
9733
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
452 |
table.insert(dialog01, {func = AnimWait, args = {paoth1.gear, 3200}}) |
11697
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
453 |
table.insert(dialog01, {func = AnimSay, args = {paoth1.gear, loc("Okay, then you have to go and take some of the weapons we have hidden in case of an emergency!"), SAY_SAY, 7000}}) |
9757 | 454 |
table.insert(dialog01, {func = AnimSay, args = {paoth1.gear, loc("They are up there! Take this rope and hurry!"), SAY_SAY, 7000}}) |
11697
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
455 |
table.insert(dialog01, {func = AnimSay, args = {hero.gear, loc("Ehm, okay ..."), SAY_SAY, 2500}}) |
12580
0c5ce463949b
ASA: Improve displaying of mission panels all over the place
Wuzzy <almikes@aol.com>
parents:
12576
diff
changeset
|
456 |
table.insert(dialog01, {func = ShowMission, args = goals[dialog01]}) |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
457 |
table.insert(dialog01, {func = AnimSwitchHog, args = {hero.gear}}) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
458 |
-- DIALOG 02 - To the weapons platform |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
459 |
AddSkipFunction(dialog02, Skipanim, {dialog02}) |
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
460 |
table.insert(dialog02, {func = AnimCaption, args = {hero.gear, loc("Checkpoint reached!"), 4000}}) |
11697
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
461 |
table.insert(dialog02, {func = AnimSay, args = {hero.gear, loc("I've made it! Yeah!"), SAY_SHOUT, 4000}}) |
9757 | 462 |
table.insert(dialog02, {func = AnimSay, args = {paoth1.gear, loc("Nice! Now hurry and get down! You have to rescue my friends!"), SAY_SHOUT, 7000}}) |
9733
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
463 |
table.insert(dialog02, {func = setAfterDialog02, args = {}}) |
12580
0c5ce463949b
ASA: Improve displaying of mission panels all over the place
Wuzzy <almikes@aol.com>
parents:
12576
diff
changeset
|
464 |
table.insert(dialog02, {func = ShowMission, args = goals[dialog02]}) |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
465 |
table.insert(dialog02, {func = AnimSwitchHog, args = {hero.gear}}) |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
466 |
-- DIALOG 03 - Hero spotted and has no weapons |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
467 |
AddSkipFunction(dialog03, Skipanim, {dialog03}) |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
468 |
table.insert(dialog03, {func = AnimCaption, args = {hero.gear, loc("Get ready to fight!"), 4000}}) |
11697
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
469 |
table.insert(dialog03, {func = AnimSay, args = {minion1.gear, loc("Look, boss! There is the target!"), SAY_SHOUT, 4000}}) |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
470 |
table.insert(dialog03, {func = AnimSay, args = {professor.gear, loc("Prepare for battle!"), SAY_SHOUT, 4000}}) |
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
471 |
table.insert(dialog03, {func = AnimSay, args = {hero.gear, loc("Oops, I've been spotted and I have no weapons! I am doomed!"), SAY_THINK, 4000}}) |
12580
0c5ce463949b
ASA: Improve displaying of mission panels all over the place
Wuzzy <almikes@aol.com>
parents:
12576
diff
changeset
|
472 |
table.insert(dialog03, {func = ShowMission, args = goals[dialog03]}) |
9316
213b4267db81
more moon code, most things work ok
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9314
diff
changeset
|
473 |
table.insert(dialog03, {func = startCombat, args = {hero.gear}}) |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
474 |
-- DIALOG 04 - Hero spotted and *HAS* weapons |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
475 |
AddSkipFunction(dialog04, Skipanim, {dialog04}) |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
476 |
table.insert(dialog04, {func = AnimCaption, args = {hero.gear, loc("Get ready to fight!"), 4000}}) |
11697
68eddcdc9f26
Typo fixes for A Space Adventure campaign
Wuzzy <almikes@aol.com>
parents:
10290
diff
changeset
|
477 |
table.insert(dialog04, {func = AnimSay, args = {minion1.gear, loc("Look, boss! There is the target!"), SAY_SHOUT, 4000}}) |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
478 |
table.insert(dialog04, {func = AnimSay, args = {professor.gear, loc("Prepare for battle!"), SAY_SHOUT, 4000}}) |
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
479 |
table.insert(dialog04, {func = AnimSay, args = {hero.gear, loc("Here we go!"), SAY_THINK, 4000}}) |
12580
0c5ce463949b
ASA: Improve displaying of mission panels all over the place
Wuzzy <almikes@aol.com>
parents:
12576
diff
changeset
|
480 |
table.insert(dialog04, {func = ShowMission, args = goals[dialog04]}) |
9318
413dd0eab399
moar event handlers and fixes
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9316
diff
changeset
|
481 |
table.insert(dialog04, {func = startCombat, args = {hero.gear}}) |
9312
f6bec1cfbfbd
progress on the main moon mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9310
diff
changeset
|
482 |
end |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
483 |
|
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
484 |
------------------- custom "animation" functions -------------------------- |
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
485 |
|
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
486 |
function startCombat() |
9733
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
487 |
-- use this so minion3 will gain control |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
488 |
AnimSwitchHog(minion3.gear) |
12519
d89dabfd07ce
Use EndTurn to replace TurnTimeLeft=0 in ASA campaign (fixes #225)
Wuzzy <almikes@aol.com>
parents:
12518
diff
changeset
|
489 |
EndTurn(true) |
9314
b7ee054888f8
more progress on the moon main mission
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9312
diff
changeset
|
490 |
end |
9733
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
491 |
|
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
492 |
function setAfterDialog02() |
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
493 |
afterDialog02 = true |
37f84780eb14
fixed overlapping bubbles and wrong dialog triggering in moon01
Periklis Ntanasis <pntanasis@gmail.com>
parents:
9642
diff
changeset
|
494 |
end |