All Commands
All Program Flow
Commands
WITH_OBJ
Start and end using a particular object.
Everything between the {WITH_OBJ()} and {END_WITH_OBJ} will act relative to the referenced object.
{COID} for example will return the ID of the object referenced by the WITH_OBJ statement.
This command requires an {END_WITH_OBJ} command.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | obj_id | 0 | Integer | The ID of the Object to Access |