• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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