%character%.Gender function

From ADRIFT 5 Manual Wiki
(Redirected from Gender function)
Jump to: navigation, search

The Gender function returns the gender of the selected character, which will be one of "Male", "Female" or "Unknown".

Properties

The "Gender" property of the character has a drop-down list containing the three possible settings for this state-list property. Selecting one of these states determines which gender will be returned by the Gender function.

PropertyCharacterGender.jpg

How to use

This function simply returns the gender of the character as a single word that can be inserted into text. No further functions can be appended to it.

Examples

  • Character7.Gender
The gender of the specific character with the key "Character7".
  • %Player%.Gender
The gender of the character being controled by the player.
  • %character%.Gender
The gender of the referenced character in a task with a %character% reference.


<<< DescriptorCharacter FunctionsCharacterLocation >>>