33 lines
347 B
Plaintext
33 lines
347 B
Plaintext
EVENTREMOVEITEM
|
|
|
|
NAME
|
|
eventRemoveItem()
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
int eventRemoveItem(object ob)
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
Removes a worn or wielded item from the list. object ob - the item being removed. Returns 1 on success, 0 on failure.
|
|
|
|
|
|
EXAMPLES
|
|
|
|
|
|
|
|
|
|
LOCATION
|
|
/lib/body
|
|
|
|
|
|
SEE ALSO
|
|
eventWear
|
|
|
|
Author
|
|
Unknown
|
|
|
|
|