Re: Multibutton puzzle

Awesome, it works! I guess I don't even need that reset button
Now I just need one thing to perfect it, here's the script for one of the "dummy" buttons (clickable but doesn't do anything)
How would I make it so that those buttons make the same sound as the working buttons? Since it doesn't really do anything I hope that doesn't make things too complicated...

Now I just need one thing to perfect it, here's the script for one of the "dummy" buttons (clickable but doesn't do anything)
- Code: Select all
P1:
physical:
pinned: true
quickscript:
simpleclick:
pythonfile: SparklingPalaceBookGUI
region: FakeButtonsReg
How would I make it so that those buttons make the same sound as the working buttons? Since it doesn't really do anything I hope that doesn't make things too complicated...