Global variables?

Is there any way to declare variables that exist outside of the scope they are first created in? I mean specifically to be passed between many scripts (and ideally actions)?

I think probably not without using some sort of input_number/boolean/text etc. but I thought I’d ask.

There’s a custom component that does exactly this. I’ve been meaning to implement it myself for some time, just haven’t got around to it yet.

See here.

Thanks, I’ll check it out.