HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Unit: Unselectable, but target of attacks

02-20-2005, 02:38 AM#1
AFZ
Hi, I have a little problem and I hope you can help me with this:

I want to make a unit unselectable, but I want the unit to still be able to get targetted by other units.

I tried the ability locust (aloc), It made the unit unselectable but also un-targetable.
02-20-2005, 09:33 AM#2
Guest
Create a trigger like this:

E
A player selects (unit)
C
Ø
A
Clear selection for (triggering player)
02-20-2005, 10:16 PM#3
AFZ
Quote:
Originally Posted by BadFurDay
Create a trigger like this:

E
A player selects (unit)
C
Ø
A
Clear selection for (triggering player)

I can't believe I didn't think of that before.

Thanks a lot man.