- Joined
- Oct 14, 2008
- Messages
- 340
Okay honestly, I've looked at a few other threads about lightning effects, and DestroyLightning seems to work fine for everyone else, so what the hell is wrong with this chunk of my script?
And yes, i have a lightning local named light.
JASS:
set light = AddLightningLoc( "CLPB", GetUnitLoc(holder), GetUnitLoc(target))
call TriggerSleepAction(0.11)
call DestroyLightning(light)
set light = null
And yes, i have a lightning local named light.