Weird... I tried this again, and it still won't place them there. I did exactly as you said...
> call scripts/CounterChecker.ash
Checking counters now.
In 33 turns it will be time to do something when your HI counter is up.
You'll need to kill some time until then since the current action requires more than 1 turn.
Then I went to edit my vars and nothing... Can I manually add the things to my vars?
EDIT: Also, I noticed in my data folder for some reason there are two different sets to my character vars. One with all lowercase, coolbufferbot_vars.txt, and one with capitalization, Coolbufferbot_vars.txt. I checked both of them and neither have the variables from the script...
EDIT2: After looking at the scripts contents, I see that is has three lines with those boolean variables, and tells them to be editable in the vars for my character. Instead of
boolean srInHC = vars["BaleCC_SrInHC"].to_boolean();
boolean useDanceCards = vars["BaleCC_useDanceCards"].to_boolean();
boolean ImprovePoolSkills = vars["BaleCC_ImprovePoolSkills"].to_boolean();
Instead of what is above in the script, can I edit it to make it say what is below? I really have no clue, sorry...
boolean srInHC = True
boolean useDanceCards = False
boolean ImprovePoolSkills = False