==== common_flags ==== The common_flags field on an object is a bit mask; add the following values together to get the final value. |1 | Invisible | |2 | Immovable | |4 | Background | |8 | Closed | |16 | Locked | |32 | Restricted *1 | |64 | Inactive | |128 | (restricted?) | |256 | Temporary Immobile | |512 | Glued (Turf) *2 | |1024 | Has Properties *3 | |2048 | Engravable object *4 | |4096 | Paintable object *5 | |8192 | |16384 | |32768 | |65536 | Is [[builders:spawner|Spawner]] | |131072 | Is [[crafting:start|Crafting Table]] | |262144| [[builders:onwhenheld|Auto On/Off]] Object *6 | Notes:\\ - May not be removed from Region/Region Group. See also [[builders:cashier|Cashier class.]] - Glued items can be moved within a turf by an owner, or, in any region, if the [[builders:region_flags|Region Flags]] 65536 "Public" flag is set, by any user. - Indicates that "common" properties are present on the item and should be fetched by the client. - May be engraved by any user by use of an Engraving Machine. - Paintable with special Object Paint or use of [[builders:repainter|RegionRepainter]] objects. - Normal objects show as chore 1 when held by an avatar, or sat upon. Alternatively, set properties 'heldChore' and 'seatedChore' to choose specific chore states for the relevant circumstance. Use normal choreState field to specify the default position.