#how to make a trigger vol disable and enable
1 messages · Page 1 of 1 (latest)
Have whatever you have setup to disable it set a bool variable to false and then to enable it make the bool variable true, and then before whatever the trigger volume does whatever it does use
If (true) then it executes whatever you have setup