HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

simple question maybe noobish

08-12-2008, 12:12 PM#1
MaD[Lion]
I just wanna know if there is a way to make a unit unselectable but u can still see it's hp. Ofc just for certain units not for a player :P
08-12-2008, 12:40 PM#2
Toadcop
Quote:
I just wanna know if there is a way to make a unit unselectable but u can still see it's hp
you mean via holding Alt ? idk... i think no. but who knows
well simply clicking yes, but not draging... (i mean holding lmb and selecting units in a Rect) btw you can forbid this... i have forget the native function... (or better to say i am not sure how it's calls)
08-12-2008, 01:01 PM#3
Pyrogasm
If you give a unit locust and then chaos morph it into itself I believe its health bar will show up holding Alt but it will still remain unselectable.

Or you could just run a very fast periodic check to see if the unit is selected by any players, and if it is then deselect it.
08-12-2008, 04:10 PM#4
Toadcop
Quote:
If you give a unit locust and then chaos morph it into itself I believe its health bar will show up holding Alt but it will still remain unselectable.
afaik no.

the unselect is crap. work with low delay. like the minimum TriggerSleepAction interval.
08-13-2008, 06:17 AM#5
Pyrogasm
That's why I said to use a periodic event instead of the "selected" event.