Core Help Root: Commands: @new


Syntax: @new <parent> [named <name>]

Creates a new VR object with the given parent, and optionally set the name. This command is preferred when working with VR objects, as it will correctly handle both real and Frob instances. The alternative is @spawn which will always create new objects. If you want to create a new non-VR object, use @spawn or call the parent's .new() method.

See also: @destroy



the Cold Dark