[Main page] [Overview]     /std /area /add_item

SYNOPSIS
varargs void add_item( mixed name, string|mapping description, struct Coord from, struct Coord to, mapping special )

FILE
/std/area/fakeitems.h

DESCRIPTION
varargs void add_item( mixed name, string|mapping description, ({ struct Coord c1, struct Coord c2, ... }))
Adds a fakeitem (a virtual non-object based item). name is a string or a string array with all names of
the item, description is a string or mapping containing the description, from and to are the area, where
the item exists.