Difference between revisions of "GetMurderCount"
From UODemo Wiki
(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 …') |
(No difference)
|
Latest revision as of 10:02, 8 September 2010
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.