• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece!🔗 Click here to enter!

[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