Warcraft III resources & community, 2003–2006 · archived

CTF FLAG UNIT PING

10 posts
#1

CTF FLAG UNIT PING

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
#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
#3
i allready tried all that stuff exept varibles which i dont know how to use to well 8(
:cry:
#4
If you don't know how to use variables you'd better stop making maps until you know how to use them. =.=x
#5
everymap doesnt need a varible and im only 14 iv only been world editing for like half a year or something.
#6
While not every map need a variable, every GOOD map will have at least one, if not many
#7
Bah, I figured that lightning strike wasn't gonna do anything good...

Ah well, accidental double post =/
#8
Age isn't excuse.

I'm 14 too.

Don't compare knowledge to age.
#9
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.
#10
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)