Go
Wc3C.net
»
Warcraft III Modding
»
Developer's Corner
»
Triggers & Scripts
»
Pick all units (that arent mirror images)
Pick all units (that arent mirror images)
02-26-2005, 07:22 AM
#1
GosuSheep
is there a [matching condition] that says like
"picked unit is a mirror image = false"
or something?
replies are greatly appreciated
02-26-2005, 07:51 AM
#2
Guest
Do group units - pick every units in (units matching condition (unit type of (picked unit) different from (mirror image)) and do (actions)
02-28-2005, 07:44 AM
#3
Anitarf
Actually, mirror image isn't a unit-type, so that won't work.
There is a boolean comparison: "unit is an illusion". This should work for you.