Hello again Hercules,
I want to set a variable so when it is 1, it can appear in a message box next to writing in a 'mes' box. But I can't figure out how to make it work.
E.g.
I set my variable to 1.
set @color, 1;
And then whenever
if (.color == 1) {
^00ff00;
}
else {
^ff0000;
}...