Skip to content
Alex May edited this page Mar 28, 2020 · 1 revision

Built-in Properties

Objects have the following built-in properties:

  • name (string)
  • aliases ({string})
  • parent (object)
  • owner (object)
  • location (object)
  • contents ({object})
  • player (bool)
  • programmer (bool)
  • wizard (bool)
  • read (bool)
  • write (bool)
  • fertile (bool)

read (or r) controls whether objects other than the owner or a wizard can see the list of verbs and properties on this object.

write (or w) controls whether objects other than the owner or a wizard can add and delete verbs and properties on this object.

fertile (or f) controls whether objects other than the owner or a wizard can create objects with this object as its parent, or change the parent of this object.

Clone this wiki locally