Skip to main content

(479) _GET_MY_SEX

Effect

Returns the sex of the player.

This is mostly used for determining if Lucas or Dawn should be used in scenes.

Return Values

ValueMeaning
0Male
1Female

Syntax

_GET_MY_SEX(result)
ArgumentDescriptionTypesRequired
resultThe work to put the result intoWorkRequired

Example

ev_dummy:
_GET_MY_SEX(@SCWK_ANSWER)

The above script will get the player sex and store it in the work @SCWK_ANSWER.