• 🏆 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!

Creating Lightning effect

Status
Not open for further replies.
Level 12
Joined
Feb 5, 2018
Messages
521
  • Custom script: set udg_LL_Lightning[udg_LL_Temp] = AddLightningEx("FORK", true , GetLocationX(udg_LL_Loc1[udg_LL_Temp]), GetLocationY(udg_LL_Loc1[udg_LL_Temp]), GetLocationZ(udg_LL_Loc1[udg_LL_Temp] +70), GetLocationX(udg_LL_Loc2[udg_LL_Temp]), GetLocationY(udg_LL_Loc2[udg_LL_Temp]), GetLocationZ(udg_LL_Loc2[udg_LL_Temp] +70)
Hello everyone, can't seem to make this work.

Don't know what's wrong with it.

Keeps saying unexpected _

Sorry it's a long line of text.
 

Attachments

  • Image1.png
    Image1.png
    37.6 KB · Views: 28
Status
Not open for further replies.
Top