In my ctf map i want the item pinged, i can do that but when a unit picks up the flag how do i make it ping the unit caring the flag
imported_Bort
#2
shouldnt it just keep pinging the item anyways? if it doesnt, umm, use a 'hero carrying item of type flag', 'owner of item' function. or sumthing... either that or a variable, ie FlagCarrier
i should prolly open my CTF map, but i really cbf. maybe tomorrow =][= Bort
how long do u spend using the world editor. i mainly play diablo 2 and usely spend my time working on escape map stuff not stuff that takes ages to make.
K make a variable called "flag carrier" of type unit type.
Events Every(5 seconds of game time Condition None Actions If (Flag Carrier) equal to (no unit) then do Ping minimap at center of (Flag) Else do Ping minimap at center of (flag carrier)