HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Few Simple Questions

05-12-2006, 07:49 PM#1
MysticGeneral
I've been trying to make a non-autocast ability be able to be autocasted. Is there anyway I could do this without editing already made autocast abilities?

Also, is there any way I can display Floating Text to a single player? Local Player doesn't seem to go around this.
05-12-2006, 08:05 PM#2
blu_da_noob
First one, no.

Second, yes.
Collapse JASS:
call SetTextTagVisibility(t,GetLocalPlayer()==p)
Where t is your texttag and p is your player.
05-12-2006, 08:10 PM#3
MysticGeneral
Thanks much.