Minefield Commands

The following command can be used for minefields:

 Delete


  Delete

Deletes the current minefield (like [Del] in the minefield window). This can be used to delete minefields which are known to be out-of-date:

  ForEach Minefield Do
    If Owner$=My.Race$ And Scanned<>3 Then Delete
  Next

deletes all your minefields which were not scanned this turn. If you're getting Winplan RSTs, you scan all your minefields each turn, so those you do not scan do no longer exist and will be deleted by the above command.

After this command, all properties of the current minefield will yield EMPTY.


[ << Previous | Up | Next >> ]

Stefan Reuther <Streu@gmx.de>