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

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