share/hedgewars/Data/Missions/Training/User_Mission_-_Rope_Knock_Challenge.lua
changeset 10290 42efccba0711
parent 8043 da083f8d95e6
child 11687 594016813e06
equal deleted inserted replaced
10289:c3a77ff02a23 10290:42efccba0711
    55 					{"Xeli", 			"android",false}
    55 					{"Xeli", 			"android",false}
    56 
    56 
    57 				}
    57 				}
    58 
    58 
    59 function GenericEnd()
    59 function GenericEnd()
    60 	ParseCommand("teamgone " .. loc("Wannabe Shoppsta"))
    60 	DismissTeam(loc("Wannabe Shoppsta"))
    61 	ParseCommand("teamgone " .. loc("Unsuspecting Louts"))
    61 	DismissTeam(loc("Unsuspecting Louts"))
    62 	ParseCommand("teamgone " .. loc("Unlucky Sods"))
    62 	DismissTeam(loc("Unlucky Sods"))
    63 end
    63 end
    64 
    64 
    65 function GameOverMan()
    65 function GameOverMan()
    66 	missionWon = false
    66 	missionWon = false
    67 	ShowMission(loc("ROPE-KNOCKING"), loc("MISSION FAILED"), loc("Oh no! Just try again!"), -amSkip, 0)
    67 	ShowMission(loc("ROPE-KNOCKING"), loc("MISSION FAILED"), loc("Oh no! Just try again!"), -amSkip, 0)