How to remove multiple unit-types in a trigger?
-
Hej there, another of my How to Questions:
How to remove multiple unit types in a single trigger?
I cannot find any examples in http://www.starlords3k.com/XOB.html or Pac of steel and other games...
so I tried:
<option name="removeUnits" value="all:Kobaya:Sengokubune:Atakebune" count="1"/> *(which only seem to remove the first unit type mentioned)* and <option name="removeUnits" value="all:Kobaya" count="1"/><option name="removeUnits" value="all:Sengokubune" count="1"/><option name="removeUnits" value="all:Atakebune" count="1"/> *which gives an error ( max cannot be less then 1? )*
anyone a clue! will be very appreciated !
-
The best questions are the ones that can answered by ones selves ... hahaha...
so :
<option name="removeUnits" value="all:Kobaya:Sengokubune:Atakebune" count="1"/>
was correct: but as I had count="1" it only removed 1 unit , ofcourse... so made it count="99" and it seems to work