Objtoint
From UODemo Wiki
integer objtoint(object AnyObject);
This function will return the serial (numerical identifier) of any object. No check is made to see if the object actually exists or not. Use the isValid function to check the validness of an object.
Return to the Command List.