- Trying to update a global varialble, then use it. Need it to be global for other pistons. How do I do it?
- Global variable to update quickly, seconds at least, not after the end of the called piston.
- Variable not updating until called piston is done.
Putting in waits is not my ideal solution, but I am trying that next, but I’m worried that global variables don’t update until all the called pistons are finished, which makes linking them not the best idea. If I can’t link, then I have to subscribe to more stuff which I don’t want to do. But then I might as well put them all together, but the piston becomes unwieldy. I really want to separate these for function, and call from each other and pass a little data using global variables.