Skip to main content

objectstolen

Discworld expression help

objectstolen

Name

objectstolen - determine if any of the objects are stolen

Syntax

array object objectstolen(array object obs)

Description

This method will find if any of the objects have been stolen or not. It will return the array of stolen objects.

Examples

if sizeof(objectstolen(objects)) > 0 then $0$ else $20 endif

See also