GetIsSex

Revision as of 10:00, 20 June 2008 by imported>Vswe (Added Search Terms)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns 1 if the calling actor is of the specified sex (male/female).


Syntax:

GetIsSex Male|Female


Examples:

If GetIsSex Male == 1
  Message "You're a Boy, George."
endif

If Player.GetIsSex Female
  Message "Now, you're a cute one..."
endif


See AlsoEdit

GetPCIsSex