I use chrome I am working on a gauge tile project
it had 4 gauge i removed code for one gauge but i still see all 4
I cleared the cache no help
any idea
I use chrome I am working on a gauge tile project
it had 4 gauge i removed code for one gauge but i still see all 4
I have not done gauges but if it works like tiles, then you need to have the piston issue a clear gauge with the corresponding index number.
Add one task Clear piston tile 4
at line 27. Once the gauge is gone, you can delete the task.
I doubt it, you might get an error for a non-existing tile but that doesn’t hurt anything.
There’s a max of 16 tiles, so that one must be higher up. Usually you loop through the remaining tile indexes and clear it automatically. You can do it manually if you feel like it.
I think your last pic (sqik0) should work… but it won’t run until one of your three conditions are met.
When this happens
It should clear…
The only reason why it would not is if you had made more than 4 gauges during your testing phase. In that case, you may need to add Clear piston tile #5 and #6
etc to your code.