How do I run a Pangoscript from another Pangoscript

Code:
Startcode "example script"

to start "example script". If "example script" does not end it will keep running. In that case you you will need to stop the script.


Code:
StopCode "example script"

If restart was not in "example script".
The script would have stoped running out of its own.

Code:
codename "example script"
waitforbeat 7,1
MuteSelectedZones toggle // ON, OFF, TOGGLE
restart
 
Back
Top