ID:177928
 
In tanks the admin can choose capture or another type of game.How did you make it so when the person clicked for capture it made the flags.
var/obj/flag/F = new(20,20,1)
In response to Garthor (#1)
didnt work
In response to Soccerguy13 (#2)
Remember Garthor it only has the .loc in it you must add the locate
var/obj/flag/F = new(locate(20,20,1))
In response to Thief Jack (#3)
Ahh... my arch nemisis locate... so we meet again...
In response to Thief Jack (#3)
Yayy thank you.