Army immediate garrison

From AgeofWiki

Army immediate garrison is a Effect made by reyk which is accessed from the Triggers menu. You can learn more about the triggers window here. You can learn more about using effects here. This is a custom effect, you can learn about adding custom effects here.


Image:
Image:ArmyImmediateGarrison.jpg

XML Code:

<Effect name="ARMY Immediate Garrison">
     <Param name="SrcArmy" dispName="$$22348$$Army" varType="group">default</Param>
     <Param name="DstObject" dispName="$$22296$$Target Unit" varType="unit">default</Param>
     <Command>trArmySelect("%SrcArmy%");</Command>
     <Command>trImmediateUnitGarrison("%DstObject%");</Command>
  </Effect>

Effect Description:

Immediately garrisons an army into the specified building, or ship.

Effect Parameters:

Army: Select the army you want to affect

Target Unit: The building/ship that the units are going to gather into.

Notes:

Immediately gathers the specified army into a certain building or ship.


Still don't understand the Army immediate garrison effect? Ask a question or discuss it on the discussion page!

Back to Custom Effects