GetMurderCount
From UODemo Wiki
Revision as of 10:02, 8 September 2010 by Batlin (talk | contribs) (Created page with 'integer '''getMurderCount'''(object ''AnyObject''); This function will return the value of the attached ''murderCount'' object variable, if ''murderCount'' is not attached then …')
integer getMurderCount(object AnyObject);
This function will return the value of the attached murderCount object variable, if murderCount is not attached then 0 is returned. No attempt is made to verify that the specified object is a mobile.
Return to the Command List.