<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#program_flow_control|Program 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 === once trace("42") #Only prints once endonce