- 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 |


