| 08-07-2003, 08:27 PM | #1 |
I want to remove all fotmen, all riflemen and so on, from a region, what does the trigger looke like? Thanks:ggani: |
| 08-07-2003, 08:38 PM | #2 |
Events A unit enters <region> <gen> of type footman A unit enters <region> <gen> of type rifleman etc, etc. Conditions Actions Game(i think) - Remove (triggering unt) from the game I believe that's how it goes... EDIT: Nope, it's the Unit - Remove action. |
| 08-07-2003, 08:39 PM | #3 |
Not exactly exalted-one... Unit Group - Pick every unit in (Units in [WhateverRegion]) and do (If ((Unit-type of (Picked unit)) Equal to Footman) then do (Unit - Remove (Picked unit) from the game) else do (Do nothing)) Modify it to suit your needs. |
