FED2 ADVANCED WORKBENCH
SCRIPT REFERENCE

CHECKGENDER

Checks the gender of the player and calls a different event depending on the outcome of the check.

Parameters:
Male - The event number to call if the player is male
Female - The event number to call if the player is female
Neuter - The event number to call if the player is neuter

If you do not want an event to be called for one of the possibilities, leave the parameter blank.

Example:
checkgender script: male event extras.bar.2: female event extras.bar.3: neuter event extras.bar.4

More scripts