• 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.
  • It's time for the first HD Modeling Contest of 2025. Join the theme discussion for Hive's HD Modeling Contest #7! Click here to post your idea!

Custom scripts work and then they don't

Status
Not open for further replies.
Level 4
Joined
Apr 6, 2022
Messages
25
Just trying to create a lightning effect, nothing fancy

set udg_TESTLIGHTNING = AddLightningEx("MBUR", true , GetLocationX(udg_TESTPOINT4), GetLocationY(udg_TESTPOINT4), GetLocationZ(udg_TESTPOINT4) + 50, GetLocationX(udg_TESTPOINT3) - 17, GetLocationY(udg_TESTPOINT3), GetLocationZ(udg_TESTPOINT3) + 232)

upon tampering with the trigger randomly all other custom scripts, they previously work fine, get disabled and the game won't start... any ideas why?
 

Uncle

Warcraft Moderator
Level 71
Joined
Aug 10, 2018
Messages
7,538
Status
Not open for further replies.
Top