• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Trainer Pronoun Picker

Trainer Pronoun Picker 1.0

Pokémon Essentials Version
v17.2 ➖
Adds pronoun support to the trainer class.
It includes a method for asking the player for their proouns and a bunch of chat commands for inserting pronouns into messages.
It is designed to be used instead of simply asking a binary gender choice. (Might I recommend pairing it with an appearence option?)

120
121


Install

Add this script section: Fi_Trainer_Pronouns

Documentation

To ask the player for their pronouns call

Code:
fiAskPronouns

during your intro stuff. It needs to be called after the name is asked as the player object needs to be created first, and that's when Essentials does it.

You can insert pronoun text in messages using the following commands:
Code:
/Pps : Subjective pronoun, first letter capitalised (i.e. He)
/Ppo : Objective pronoun, first letter capitalised (i.e. Him)
/Ppp : Possessive pronoun, first letter capitalised (i.e. His)
/Ppsl : Subjective pronoun, lower-case (i.e. he)
/Ppol : Objective pronoun, lower-case (i.e. him)
/Pppl : Possessive pronoun, lower-case (i.e. his)
/Ppsu : Subjective pronoun, upper-case (i.e. HE)
/Ppou : Objective pronoun, upper-case (i.e. HIM)
/Pppu : Possessive pronoun, upper-case (i.e. HIS)

Thanks to Luka S.J. for helping with the method alias stuff. :)
Be cool to each other.
Credits
Fiona Summers
Luke S.J. for the method alias help
  • pokemon_pronouns1.png
    pokemon_pronouns1.png
    33.1 KB · Views: 4,044
  • pokemon_pronouns2.png
    pokemon_pronouns2.png
    8.7 KB · Views: 3,436
Author
Fiona
Views
2,272
First release
Last update
Rating
0.00 star(s) 0 ratings
Back
Top