15 lines
453 B
INI
15 lines
453 B
INI
|
alias pronoun_none "impulse 20"
|
||
|
alias pronoun_fae "impulse 21"
|
||
|
alias pronoun_he "impulse 22"
|
||
|
alias pronoun_it "impulse 23"
|
||
|
alias pronoun_she "impulse 24"
|
||
|
alias pronoun_they "impulse 25"
|
||
|
alias pronoun_xey "impulse 26"
|
||
|
alias pronoun_ze_hir "impulse 27"
|
||
|
alias pronoun_ze_zir "impulse 28"
|
||
|
|
||
|
echo "To change your pronouns in-game use one of the pronoun_ commands."
|
||
|
echo "You can get a list by typing 'pronoun_' and pressing tab."
|
||
|
|
||
|
// EOF
|