- Joined
- Aug 7, 2013
- Messages
- 1,338
Hi,
Will either of these local player blocks cause a desynch?
I would think not, but would just like to verify.
and
Many thanks!
Will either of these local player blocks cause a desynch?
I would think not, but would just like to verify.
JASS:
if GetLocalPlayer() == players[pid] then
set goalEffect = AddSpecialEffectTarget("Abilities\\Spells\\Other\\TalkToMe\\TalkToMe.mdl", u, "head")
endif
and
JASS:
if GetLocalPlayer() == players[pid] then
call DestroyEffect(goalEffect)
endif
Many thanks!