Hello,
I'd like to set global rules variables at the top of a rules file, like so:
global int WELCOME_SCREEN = 1;
so that I may easily refer to them from inside the rules, instead of hardcoding them somewhere in code. Is this possible?
Best regards,
Martin