Infinite Spawn Script w/ Rounds (Seperate)
Top is Infinite w/o rounds and bottom is with rounds. Note for rounds you need to subtract 2 to get it to the round you want ex: for turn 5 you set round value to 7 and so on.
Syntax:
No syntax
<script>
<event repeats="infinite">
<event/>
<condition type="startTurn">
<player value="Player Turn"/>
</condition>
<response type="createUnit">
<x value="Tile"/>
<y value="Tile"/>
<type value="Unit"/>
<player value="Player"/>
<fadeIn value="Boolean"/>
<parallel value="Boolean"/>
</response>
</event>
</script>
------------------------------------
<script>
<event repeats="infinite">
<event/>
<condition type="startTurn">
<player value="Player"/>
<round value="Round"/>
</condition>
<response type="createUnit">
<x value="Tile"/>
<y value="Tile"/>
<type value="Unit"/>
<player value="Player"/>
<fadeIn value="Boolean"/>
<parallel value="Boolean"/>
</response>
</event>
</script>