A
/ \ _ Play Now Nemesis on
| | | | _______ _ _ _______ _______ _ _______
| |\ | | | ____| | \ / | | ____| / ____| | | / ____|
/-------/-------------------------------------------------------------------,
O= Home <=XX| About News Pics Adventurers Wizards Download Connect >
\-------\-------------------------------------------------------------------'
| | \ | | |____ | | | | | |____ ___ \ \ | | ___ \ \
| | \_| |_______| |_| |_| |_______| |_______/ |_| |_______/
\ /
V
Documentation Area
Document Path: /doc/object/notify_item_enter
Lfun: notify_item_enter - notify if an item has entered a container
Synopsis:
notify_item_enter(object item)
Description:
The notify_item_enter function is called in a container after an
item has entered it, for example if a player put it in.
Return value: none
Examples:
object last_item;
notify_item_enter(item) {
last_item=item;
}
See also:
This page was generated in LPC
Imprint / Impressum