share/hedgewars/Data/Missions/Training/User_Mission_-_Dangerous_Ducklings.lua
changeset 5325 261b79ba22b1
parent 4662 63aafc9c2a81
child 5823 f906f6645e02
equal deleted inserted replaced
5322:1bcc12a30d5d 5325:261b79ba22b1
    64 	-- Parameters are: caption, sub caption, description,
    64 	-- Parameters are: caption, sub caption, description,
    65 	-- extra text, icon and time to show.
    65 	-- extra text, icon and time to show.
    66 	-- A negative icon parameter (-n) represents the n-th weapon icon
    66 	-- A negative icon parameter (-n) represents the n-th weapon icon
    67 	-- A positive icon paramter (n) represents the (n+1)-th mission icon
    67 	-- A positive icon paramter (n) represents the (n+1)-th mission icon
    68 	-- A timeframe of 0 is replaced with the default time to show.
    68 	-- A timeframe of 0 is replaced with the default time to show.
    69 	ShowMission(loc("Dangerous Ducklings"), loc("by mikade"), loc("Eliminate the Blue Team"), -amRope, 1);
    69 	ShowMission(loc("Dangerous Ducklings"), "", loc("Eliminate the Blue Team"), -amRope, 1);
    70 
    70 
    71 end
    71 end
    72 
    72 
    73 
    73 
    74 function onGameTick()
    74 function onGameTick()