Skip to main content

(146) _OBJ_ADD

Effect

Temporarily unhides a PlaceData.

info

the visibility flag is NOT touched, unlike _OBJ_DEL which does touch it.

Syntax

_OBJ_ADD(id)
ArgumentDescriptionTypesRequired
idThe ID of the PlaceDataFloatRequired

Example

ev_dummy:
_OBJ_ADD('T01_WOMAN1')
_END()

The above script will show the PlaceData with the ID 'T01_WOMAN1' at its position defined in the corresponding PlaceData file.

The above PlaceData should also be found in Vanilla BDSP in the file 'PlaceData_A01.json'.