tildemush icon indicating copy to clipboard operation
tildemush copied to clipboard

pronoun handling for objects

Open modgethanc opened this issue 7 years ago • 1 comments

would be cool if objects had a pronoun field thar scripts can query/use foe generating text, and a tool for script owners to set pronouns on an object (including themselves).

modgethanc avatar Jul 06 '18 22:07 modgethanc

i love it! i'm imagining this is just an agreed-upon kv field?

i wonder if we might want to support something like:

(has {"meta" {"name" "vil" "description" "amorphous digital entity" "pronouns" "they/them/their"}
         "random custom data" "foobar"
         "other stuff" "stuffff"})

ie, a nested dictionary with "special" keys that have meaning beyond the witch script itself. is a nested dict too much learning overhead for newer programmers? or is it confusing to have some top level keys special and not others?

i'm leaning towards all top level keys with some of them being special.

vilmibm avatar Sep 25 '18 17:09 vilmibm