Table of Contents
Strategy: Destroybuilding
The DestroyBuilding strategy will remove building levels down to 0 or a specified minimum level at which point it well complete and set the finish flag. Notes
Syntax<strategy class="DestroyBuilding" enabled="true" runWhile="RUNWHILE_UID" waitFor="WAITFOR_UID" uid="UID"> <building id="ID" name="BUILDING" minLevel="LEVEL"/> </strategy> Attributes and parameters
ExamplesDestroy a cranny <strategy class="DestroyBuilding" desc="Cranny down" enabled="true" uid="s123123"> <building id="19" name="Cranny"/> </strategy> Reduce The Town Hall to Level 10 to extend Party Time! <strategy class="DestroyBuilding" desc="Shorten Town Hall" enabled="true" uid="s123123"> <building id="19" name="Town Hall" minLevel="10"/> </strategy> |
![]() |