sounds will stop when you reconnect now

This commit is contained in:
Augustus
2026-02-09 22:17:22 +02:00
parent 850023edd8
commit 838d23e2de

View File

@@ -1,5 +1,5 @@
;core variables ;core variables
#var clientversion 18 #var clientversion 19
#var loadtask {updator|keys|aliases}; #var loadtask {updator|keys|aliases};
#var settings {rawpass|miscgags|shipgags|vehiclegags|activitygags|intromusic|vol|commandsinoutput|devmode|decchar|numpadon|AutomaticUpdate} #var settings {rawpass|miscgags|shipgags|vehiclegags|activitygags|intromusic|vol|commandsinoutput|devmode|decchar|numpadon|AutomaticUpdate}
#var speech "disabled" #var speech "disabled"
@@ -17,7 +17,7 @@
#alarm 3 {#load @scpath/gagcreator.set}; #alarm 3 {#load @scpath/gagcreator.set};
#alarm 4 {#load @scpath/pathupdator.set}; #alarm 4 {#load @scpath/pathupdator.set};
#alarm 5 {#load {@scpath/misc.set}}; #alarm 5 {#load {@scpath/misc.set}};
#trigger {Welcome to: cosmic rage!} { #trigger {Welcome to: cosmic rage!} {#pc 0 stop;
#if {@intromusic = "enabled"} { #if {@intromusic = "enabled"} {
#if {@IntroPlaying = 1} {#pc @introhandle stop;#var IntroPlaying 0}; #if {@IntroPlaying = 1} {#pc @introhandle stop;#var IntroPlaying 0};
#playloop {@sppath/music/IntroMusic/DefaultIntro.wav} @vol; #var introhandle %playhandle; #var IntroPlaying 1}} {} AnyCase #playloop {@sppath/music/IntroMusic/DefaultIntro.wav} @vol; #var introhandle %playhandle; #var IntroPlaying 1}} {} AnyCase