SameSex

From UODemo Wiki
Revision as of 20:53, 24 November 2012 by Batlin (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

integer sameSex(object MobileA, object MobileB);

The sameSex function will return 1 if both mobiles have the same 'sex value', see getSex. Otherwise 0 is returned.

Because a 'sex value' of 0 is used for both male mobiles and invalid mobiles, you should use the isMobile function to validate the objects first to avoid unwanted results!
Because ghosts have a body type of 402 or 403 you should not use this function to compare the sex of dead players.


Return to the Command List.