Execute_SetCraftObjectVisibility
Description
Sets the visibility (show or hide) of the current craft object of the BaseObject character. If S1 is "TRUE", the craft object is shown; any other value hides it.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character whose craft object visibility will be changed |
| S1 | Visibility flag: "TRUE" to show, any other value to hide |
Examples
| Description | BaseObject | Command | S1 |
|---|---|---|---|
| Show the craft object for Self | Self | SetCraftObjectVisibility | TRUE |
| Hide the craft object for Self | Self | SetCraftObjectVisibility | FALSE |
| Show the craft object for Target | Target | SetCraftObjectVisibility | TRUE |
Back to Command FinderSearch and filter all 399 Script Execution documents