I have a question about two piston one for each zppz switch are there any problem using the same variable in both it all in 1 instance in webCoRE also i can not get piston setting to show thanks
Have some questions
WCmore
#2
You do not have to worry about names interfering when you use local variables.
(ie: a dozen pistons can all use the same name for a variable, and no piston can see or act upon the variables stored in the other pistons)
On the other hand, if you use global variables, (ie: @globalVariable) then the names do have to be unique, since all pistons can refer to globals.