• 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.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[JASS] Any leak in these two short lines? Thanks.

Status
Not open for further replies.
Level 11
Joined
Oct 11, 2012
Messages
711
Hi all. Any leak here? Thanks

JASS:
set one=CreateUnit(Player(11),udg_level2[udg_LeveLNO],GetRectCenterX(gg_rct_GO2),GetRectCenterY(gg_rct_GO2),bj_UNIT_FACING)
call IssuePointOrderLoc( one, "attack", udg_GO[5] )

udg_GO[5] is a global location variable.
 
Status
Not open for further replies.
Top