A
/ \ _ Play Now Nemesis on
| | | | _______ _ _ _______ _______ _ _______
| |\ | | | ____| | \ / | | ____| / ____| | | / ____|
/-------/-------------------------------------------------------------------,
O= Home <=XX| About News Pics Adventurers Wizards Download Connect >
\-------\-------------------------------------------------------------------'
| | \ | | |____ | | | | | |____ ___ \ \ | | ___ \ \
| | \_| |_______| |_| |_| |_______| |_______/ |_| |_______/
\ /
V
Documentation Area
Document Path: /doc/object/long
Lfun: long - the long description of an item
Synopsis:
void long(string desc)
Description:
This function writes a elaborate description of the object it is
in. Minimum requirement is to print the value of short().
If there is an argument, then t writes the description of that
argument. An argument can only be passed to long if id has agreed.
For example, a room with a door can allow id("door") to be true. Then
it is possible to do "look at door". The long command will then have
to write info about the door.
To prevent the listing of all things in this room when "look at door",
let can_put_and_get("door") return false.
Return value: none
Examples:
long() { write("This is a shining armour.\n"); }
See also:
This page was generated in LPC
Imprint / Impressum