• 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.
  • Vote for the theme of Hive's HD Modeling Contest #7! Click here to vote! - Please only vote if you plan on participating❗️

[General] Wonder if it leaks

Status
Not open for further replies.
Level 5
Joined
Jun 12, 2016
Messages
74
I'm bad at Jass, doing everything in GUI, so I have a question, does this leak?

  • Custom script: call MoveLightningEx(udg_BScorpion_tail_lightning, true , GetLocationX(udg_temp_point4), GetLocationY(udg_temp_point4), GetLocationZ(udg_temp_point4) + 300, GetLocationX(udg_temp_point3), GetLocationY(udg_temp_point3), GetLocationZ(udg_temp_point3))
I'll remove temp_point4 and 3 but I just changed the source location to temp_point4+300 height, in my mind GetLocationXYZ is only a real number but idk if it creates a point to change the Z of the lightning.
 
Status
Not open for further replies.
Top