- Joined
- May 1, 2008
- Messages
- 1,605
Seas =)
Again I try to learn some Jass and while experimenting I found something that doesn't work:
( I look in the tutorial for saving this unit in a variable )
( should create the effect after TriggerSleepAction )
But the effect isn't created. If I look at this, I think "Why not ... this total clear) Can someone help me whats wrong?^^
Again I try to learn some Jass and while experimenting I found something that doesn't work:
JASS:
local unit u
set u = GetTriggerUnit()
JASS:
call AddSpecialEffectLoc("Abilities\\Spells\\Human\\Thunderclap\\ThunderClapCaster.mdl", GetUnitLoc(udg_u))
But the effect isn't created. If I look at this, I think "Why not ... this total clear) Can someone help me whats wrong?^^
Last edited: