In this thread I just collect pieces of info I want to tie into a manual later on:
1. Convo: placeholders for globals vars
Expanding on this idea, I am allowing a direct output of every global var (int, string) via <> in convo text now. No need to use an intermediary custom placeholder (and a ga script to set it up) - instead just type <global key>, where global key is the key of the global var (int, string) whose value you want to have appear directly in convo text.
2. Doing skill checks
Added the option to comapre fixed values instead of using a randomly rolled base value.
WIP