- Joined
- Jul 6, 2009
- Messages
- 1,885
I was trying to make a floating text not visible only to single player,but i was wondering if this would work:
and does it have to be in a Force enumeration?
JASS:
if GetLocalPlayer() != MyPlayer then
call SetTextTagVisibility(bj_lastCreatedTextTag,false)
endif