Custum scripts work and then they don't wtf

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?

did you disable jasshelper perhaps