What do you think of this piston?
Am I using webcore correctly? Am I overloading the servers?
Is there a more efficient way of doing this?
Please comment on my piston. Is this efficient?
mjlewis
#1
HAL2000
#2
You might want to turn on parallelism as the dryer and washer could be changing states at the same time.
Also, you are using local variables instead of global variables. I’m pretty sure that once the piston is done running, you lose all those statuses.
Have you tested? Are you getting the results that you expected?
WCmore
#3
Local variables last forever…
Well, unless you manually delete them, or the piston is told to change them…
HAL2000
#4
DOH!
Total Noob misunderstanding.
Are you saying that once a piston is started, it remembers the variables forever even when it reaches the end?
WCmore
#5
As far as I know, yes. In all of my time with webCoRE, I have never once lost any data stored in any variable. (unless it was due to my own mistake)
**knocks on wood**