Difference between revisions of "IsMurderer"

From UODemo Wiki
Jump to: navigation, search
(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…')
 
 
Line 1: Line 1:
string '''isMurderer'''(object ''AnyObject'');
+
integer '''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.
 
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.

Latest revision as of 10:03, 8 September 2010

integer 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.