This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
hi there,
im trying to check wether variable of type unit (lets call it HERO) is of a certain type (lets call in MARINE)
i tried it like this: -units in region matching condition: entire map -unit type: MARINE -owned by any player -unit filter... -with amount...
variable(unit) HERO
but this doesnt do it.
can someone give me a way to correctly compare the unit type of my HERO unit
Use the Unit Type of Unit condition function.
It would look like this: Unit type of HERO == Marine
thanks bashar. wasnt familiar with that function
hi there,
im trying to check wether variable of type unit (lets call it HERO) is of a certain type (lets call in MARINE)
i tried it like this: -units in region matching condition: entire map -unit type: MARINE -owned by any player -unit filter... -with amount...
variable(unit) HERO
but this doesnt do it.
can someone give me a way to correctly compare the unit type of my HERO unit
Use the Unit Type of Unit condition function.
It would look like this:
Unit type of HERO == Marine
thanks bashar. wasnt familiar with that function