share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua
changeset 13094 ffa5cdc75826
parent 13082 aa9e871f9685
child 13183 fde354aaf978
equal deleted inserted replaced
13093:403dbadfc8fb 13094:ffa5cdc75826
   223 		-- First rope attach
   223 		-- First rope attach
   224 		if not ropeAttached and not target1Reached then
   224 		if not ropeAttached and not target1Reached then
   225 			ShowMission(loc("Basic Rope Training"), loc("How to Rope"),
   225 			ShowMission(loc("Basic Rope Training"), loc("How to Rope"),
   226 			loc("Great!").."|"..
   226 			loc("Great!").."|"..
   227 			loc("Use the rope to get to the target!").."|"..
   227 			loc("Use the rope to get to the target!").."|"..
   228 			loc("Extend/Retract rope: [Up]/[Down]").."|"..
   228 			loc("Retract/Extend rope: [Up]/[Down]").."|"..
   229 			loc("Swing: [Left]/[Right]").."|"..
   229 			loc("Swing: [Left]/[Right]").."|"..
   230 			loc("Release rope: [Attack]"), 2, 15000)
   230 			loc("Release rope: [Attack]"), 2, 15000)
   231 			ropeAttached = true
   231 			ropeAttached = true
   232 		elseif currentTarget > 1 then
   232 		elseif currentTarget > 1 then
   233 			HideMission()
   233 			HideMission()