Vote for MiT on TMC!


Add us on Google+
Please select by the first letter of the name or type in your search below:

- A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z -
Other


.:. show objs


SHOW OBJS (WHERE filters)

Syntax:
  show objs <zone>
  show objs where <expr>
  show objs <zone> where <expr>

Core fields:
  vnum     (int)
  zone     (int)
  name     (string) - short description
  type     (string) - object type name (weapon/container/light/...)
  weight   (int)
  cost     (int)    - static cost field
  value    (float)  - computed economy/material value
  costmod  (float)

Material fields (float):
  misc, wood, metal, leather, gem, ivory, silk, porcelain

Bitset fields (via has()):
  wear   - wear bits
  flag   - extra flags

Examples:
  show objs where type = weapon and value > 100
  show objs where wood > 0 and metal = 0
  show objs 0 where has(wear, take) and vnum between 0 and 20
  show objs where has(flag, glow)


:: Beginning

 
 Copyright © 2003 A Moment in Tyme
 Web Design by: Tannil and Guy
.:. Top of Page