THE WAYNEFRAME
ARES Scripts
Several utility, funware, and generalized random scripts I've written for ARES. Copy these into notecards with the same name as the script. You are welcome to modify these to suit your purposes.
STFU.as
A simple script to silence the sounds on ARES units for sensory-sensitive individuals, or other situations where quiet is required.
db hardware.controller.volume.master 0
device probe
echo Machine is now silent
unSTFU.as
Reverses the effects of STFU.as
db hardware.controller.volume.master 1
device probe
echo Machine is now loud.