- Joined
- Nov 30, 2007
- Messages
- 1,202
I tried to create texttags, but they dont apear on map.
If I manage to implement that I want to add a command to show or hide them for that player, so I guess I wont be using local texttags. But how would that be done? How to hide a texttag or show it for a triggering player.
JASS:
set tt = CreateTextTag()
call SetTextTagText(tt, CityName[i], 12)
call SetTextTagPosUnit(tt, City[i], 50)
call SetTextTagColor(tt, 100, 100, 100, 0)
If I manage to implement that I want to add a command to show or hide them for that player, so I guess I wont be using local texttags. But how would that be done? How to hide a texttag or show it for a triggering player.