- I create a variable and set initial value setting to “no value set”
- A piston that uses that variable runs and sets a value for the piston
- The same piston runs again - what is the starting value of the variable in the piston?
Example:
When this piston a second time, does the washerRunning variable:
- Start with the last value set by the piston (“False”) the previous time it ran?
- Reset to blank when the piston starts?
If the answer is that the variable gets reset, is there a way for the last value set for a variable in a piston to carry forward into the next run of that piston?
Thanks!