Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Detecting ShowUnit() Units
Detecting ShowUnit() Units
07-01-2006, 05:18 PM
#1
Thunder_Eye
How can I detect a hidden unit (call ShowUnit()) in an area and remove it?
07-01-2006, 05:44 PM
#2
Naakaloh
Assign it to a variable, or add it to a group then just refer to that, I'm not sure how specific a response you want.
07-01-2006, 06:02 PM
#3
Thunder_Eye
I cant use neither of those, btw, the problem got solved, thou now something else is buggying the spell :/
07-01-2006, 06:02 PM
#4
Rising_Dusk
JASS:
IsUnitHidden
(
YourUnit
)
07-01-2006, 07:47 PM
#5
Thunder_Eye
Problem was that the hidden unit didnt get added to the unit group