Game Basics
Features
Mapmaking
Game Basics
Features
Mapmaking
⇐ Index
⇐ Flow Control
ONCE
Start a block of instructions that are executed once only for the lifetime of the entity the script is associated with.
once trace("42") #Only prints once endonce