• 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.

[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