Skip to main content

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

ParameterDescription
BaseObjectThe character whose craft object visibility will be changed
S1Visibility flag: "TRUE" to show, any other value to hide

Examples

DescriptionBaseObjectCommandS1
Show the craft object for SelfSelfSetCraftObjectVisibilityTRUE
Hide the craft object for SelfSelfSetCraftObjectVisibilityFALSE
Show the craft object for TargetTargetSetCraftObjectVisibilityTRUE