Hi, i'd like to add a value to a variable, like, i have a variable called @number, this variable has a value, i'd like to add to another trigger a function that would sum a number to that variable, like @number + 1, or @number + @numer2, i know it might be simple but i tried a few things and nothing worked... =(...
The help files don't specifically say how to add variables. But they tell you how to get and set them, and after that it is basically how you do arithmetic in a script.