• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[Solved] Jass Unit Enters Range, Don't think this works?

Status
Not open for further replies.
Level 8
Joined
Jul 25, 2006
Messages
177
Trying to add a event to a trigger when a certain unit is sold, specifically a Unit Comes Into Range of Unit event. The event isn't being added, why?

JASS:
call TriggerRegisterUnitInRangeSimple( gg_trg_Corpse_Arsenal, 50.00, GetSoldUnit() )

Note this piece of code is in another trigger's code.

Nevermind sorry, just a note to everybody that event will not trigger from dead units.
 
Last edited by a moderator:
Status
Not open for further replies.
Top