parent - luxembourg/muxcode-clm GitHub Wiki

PARENT OBJECTS (continued)

A parent object may itself have a parent, up to a configurable limit (usually 10 levels). The parent need not be the same type as its children, and flags and locks are not inherited from parent objects. You may not create parent loops.

Related Topics: @parent, parent

>=<new parent>.

Example: > say parent(me) You say, "#-1" > say My va is [v(va)]. You say, "My va is " > @parent me=test Parent set. > say parent(me) You say, "#323" > say My va is [v(va)]. You say, "My va is Testing 123"

Related Topics: @parent, PARENT OBJECTS