Infinite Spawn Script w/ Rounds (Seperate)

by skullcrusher202 on July 24th, 2010

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
Show lines - Hide lines - Show in textbox - Download
<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>

Leave a Reply

Note: XHTML is allowed. Your email address will never be published.

Subscribe to this comment feed via RSS