Hey there. Had a quick question about the world creation. I took a look at the code that makes up the custom worlds and found statUpdates after the traits and was wondering whether these could be used to give better instructions to the ai so it can give better text back.
Hi, yes stat updates are meant as additional queries to the AI to update specific stats, initial tests show they are much better at accurately determining stat changes. The only problem is that they double the number of AI queries which will likely overwhelm my server. I’m working on incorporating togglable “modules” to make this an optional feature.