Hi
I'm trying to make a rolling total from a couple of variables, but I can't seem to get it working.
My test script is this;
initial_settings:{"Donations":0, "var_value":100}
pulled_down:"*Donations* [test1]"
test1:"!!!!![test2]"{"set":{"Donations": + *var_value*}}
test2:"*Donations*"...