share/hedgewars/Data/Missions/Training/Basic_Training_-_Rope.lua
changeset 12049 030464f34d47
parent 10290 42efccba0711
child 12050 daf63e2a21d2
equal deleted inserted replaced
12048:475a1289f940 12049:030464f34d47
   106 	Explosives = 0 -- Never place any explosives
   106 	Explosives = 0 -- Never place any explosives
   107 	Delay = 1 -- We don't wont to wait between each round ( as the only is one )
   107 	Delay = 1 -- We don't wont to wait between each round ( as the only is one )
   108 	Map = "Ropes" -- Map name
   108 	Map = "Ropes" -- Map name
   109 	Theme = "Nature" -- Map theme
   109 	Theme = "Nature" -- Map theme
   110 
   110 
   111 	AddTeam( loc( "Rope Team" ), 14483456, "Simple", "Island", "Default" ) -- Lets make the team
   111 	AddTeam( loc( "Rope Team" ), 14483456, "Simple", "Island", "Default", "cm_shoppa" ) -- Lets make the team
   112 	Player = AddHog( loc( "Hunter" ), 0, 1, "StrawHat" ) -- Add a hog for it, and name it "Hunter"
   112 	Player = AddHog( loc( "Hunter" ), 0, 1, "StrawHat" ) -- Add a hog for it, and name it "Hunter"
   113 	SetGearPosition( Player, 420, 1750 ) -- Set player position
   113 	SetGearPosition( Player, 420, 1750 ) -- Set player position
   114 
   114 
   115 	SetEffect( Player, heResurrectable, 1 ) -- By Suggestion :)
   115 	SetEffect( Player, heResurrectable, 1 ) -- By Suggestion :)
   116 end
   116 end