<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]] ===== once ===== ^Arguments^Result^Notation^ | | |''-- ''| === 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