OBJECT_SPAWN

Triggers when object spawns

Syntax

OBJECT_SPAWN object 

object - ObjectName1/ObjectID1,ObjectName2/ObjectID2, ..., ObjectNameN/ObjectIDN

Examples

OBJECT_SPAWN 9036,9033
OBJECT_SPAWN bank_booth

Notes

  • To find objectIDs, you can use kittykeys debug tab or dev tools
  • Objects include game objects, wall objects, ground objects and decorative objects

Demos