Hi,
I would love to have a function option in botcheif.
So if I have a string 's_var' I can add an action with 's_var' as the string. Then run a defined function in the program.
It's like goto, except, goto is not easy, especially for modifying code. action numbers can change. Also, if you use the function many times you need to add a way to track where the goto came from to return back to the original code section. This will be a lot easier to make more complex programs.