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

Custom scripts work and then they don't

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 64
Joined
Aug 10, 2018
Messages
6,583
Top