[Main page] [Overview]     /basic /fakeitems /add_item

SYNOPSIS
varargs void add_item( mixed name, string|mapping description, struct Coord from, struct Coord to, mapping special )
varargs void add_item( mixed name, string|mapping description, ({ struct Coord c1, struct Coord c2, ... }))

FILE
/basic/fakeitems.c

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