share/hedgewars/Data/Missions/Campaign/A_Space_Adventure/moon01.lua
branchspacecampaign
changeset 9342 51b5fffe3892
parent 9336 5f2224dce442
child 9344 f8e7e9858a8c
equal deleted inserted replaced
9340:23e40ec30afc 9342:51b5fffe3892
   368 	SendStat('siGameResult', loc("Hog Solo win, conrgatulations!")) --1
   368 	SendStat('siGameResult', loc("Hog Solo win, conrgatulations!")) --1
   369 	SendStat('siCustomAchievement', loc("Eliminated the professor Hogevil")) --11
   369 	SendStat('siCustomAchievement', loc("Eliminated the professor Hogevil")) --11
   370 	SendStat('siCustomAchievement', loc("Drove the minions away")) --11
   370 	SendStat('siCustomAchievement', loc("Drove the minions away")) --11
   371 	SendStat('siPlayerKills','1',teamD.name)
   371 	SendStat('siPlayerKills','1',teamD.name)
   372 	SendStat('siPlayerKills','0',teamC.name)
   372 	SendStat('siPlayerKills','0',teamC.name)
   373 	
   373 	SaveCampaignVar("CosmosCheckPoint", "5") -- hero got fuels
   374 	EndGame()
   374 	EndGame()
   375 end
   375 end
   376 
   376 
   377 function minionsDeath(gear)
   377 function minionsDeath(gear)
   378 	-- do staffs here
   378 	-- do staffs here
   384 	SendStat('siGameResult', loc("Hog Solo win, conrgatulations!")) --1
   384 	SendStat('siGameResult', loc("Hog Solo win, conrgatulations!")) --1
   385 	SendStat('siCustomAchievement', loc("Eliminated the evil minions")) --11
   385 	SendStat('siCustomAchievement', loc("Eliminated the evil minions")) --11
   386 	SendStat('siCustomAchievement', loc("Drove the professor away")) --11
   386 	SendStat('siCustomAchievement', loc("Drove the professor away")) --11
   387 	SendStat('siPlayerKills','1',teamD.name)
   387 	SendStat('siPlayerKills','1',teamD.name)
   388 	SendStat('siPlayerKills','0',teamC.name)
   388 	SendStat('siPlayerKills','0',teamC.name)
   389 	
   389 	SaveCampaignVar("CosmosCheckPoint", "5") -- hero got fuels	
   390 	EndGame()
   390 	EndGame()
   391 end
   391 end
   392 
   392 
   393 -------------- ANIMATIONS ------------------
   393 -------------- ANIMATIONS ------------------
   394 
   394