Update FuncParser.md

This commit is contained in:
Wendy Wang 2024-09-05 09:56:00 +02:00 committed by GitHub
parent 54a0e8c9b1
commit 546d5c9239
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -339,7 +339,7 @@ Here the `caller` is the one sending the message and `receiver` the one to see i
- `$You([key])` - same as `$you` but always capitalized. - `$You([key])` - same as `$you` but always capitalized.
- `$conj(verb [,key])` ([code](evennia.utils.funcparser.funcparser_callable_conjugate)) - conjugates a verb - `$conj(verb [,key])` ([code](evennia.utils.funcparser.funcparser_callable_conjugate)) - conjugates a verb
between 2nd person presence to 3rd person presence depending on who between 2nd person presence to 3rd person presence depending on who
sees the string. For example `p".` will show as "You smile." and "Tom smiles." depending sees the string. For example `"$You() $conj(smiles)".` will show as "You smile." and "Tom smiles." depending
on who sees it. This makes use of the tools in [evennia.utils.verb_conjugation](evennia.utils.verb_conjugation) on who sees it. This makes use of the tools in [evennia.utils.verb_conjugation](evennia.utils.verb_conjugation)
to do this, and only works for English verbs. to do this, and only works for English verbs.
- `$pron(pronoun [,options] [,key])` ([code](evennia.utils.funcparser.funcparser_callable_pronoun)) - Dynamically - `$pron(pronoun [,options] [,key])` ([code](evennia.utils.funcparser.funcparser_callable_pronoun)) - Dynamically