IsMurderer
From UODemo Wiki
Revision as of 10:00, 8 September 2010 by Batlin (talk | contribs) (Created page with 'string '''isMurderer'''(object ''AnyObject''); This function will return 1 if the AnyObject has the ''murderCount'' object variable attached and its value is higher or equal tha…')
string isMurderer(object AnyObject);
This function will return 1 if the AnyObject has the murderCount object variable attached and its value is higher or equal than 5, otherwise 0 is returned. No attempt is made to verify that the specified object is a mobile.
Return to the Command List.