<- CRPL reference <- Flow Control

once

ArgumentsResultNotation

Description

Start a block of instructions that are executed once only for the lifetime of the tower the script is associated with.

Examples

# Setup an initial movement to a random map coordinate. 
once 
	RandCoords 1 QueueMove 
	endonce