getting rid of start.set
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
;core variables
|
||||
#var clientversion 21
|
||||
#var clientversion 22
|
||||
#var settings {rawpass|miscgags|shipgags|vehiclegags|activitygags|intromusic|vol|commandsinoutput|devmode|decchar|numpadon|AutomaticUpdate}
|
||||
#var speech "disabled"
|
||||
#unload {start.set};
|
||||
#load {@scpath/aliases.set};
|
||||
#load {@scpath/keys.set};
|
||||
#load {@scpath/updator.set};
|
||||
#load {@scpath/misc.set};
|
||||
#load {@scpath/gagcreator.set};
|
||||
#load {@scpath/pathupdator.set};
|
||||
#if {%volume<100} {#pc 0 volume 100}
|
||||
;Reading and writing Settings.
|
||||
#File 6 {settings.set} 1
|
||||
@@ -15,9 +19,6 @@
|
||||
#close 6
|
||||
|
||||
|
||||
#alarm 3 {#load @scpath/gagcreator.set};
|
||||
#alarm 4 {#load @scpath/pathupdator.set};
|
||||
#alarm 5 {#load {@scpath/misc.set}};
|
||||
#trigger {Welcome to: cosmic rage!} {#pc 0 stop;
|
||||
#if {@intromusic = "enabled"} {
|
||||
#if {@IntroPlaying = 1} {#pc @introhandle stop;#var IntroPlaying 0};
|
||||
@@ -25,15 +26,14 @@
|
||||
#TRIGGER {synaptic signal verified. Sleep mode disengaged. Welcome back to Cosmic Rage!} {#if {@IntroPlaying = 1} {#pc @introhandle stop; #var IntroPlaying 0}; ~@sp-register vip;~@sp-version}
|
||||
#trigger {Your synaptic signal wavers for a moment, then returns with a snap!} {#if {@IntroPlaying = 1} {#pc @introhandle stop; #var IntroPlaying 0}; ~@sp-register vip;~@sp-version}
|
||||
#if {@rawpass = "enabled"} {makebetter};
|
||||
#alarm 10 {
|
||||
#if {@activitygags = "enabled"} {#load {gags/activitygags.set}};
|
||||
#if {@vehiclegags = "enabled"} {#load {gags/vehiclegags.set}};
|
||||
#if {@shipgags = "enabled"} {#load {gags/shipgags.set}};
|
||||
#if {@miscgags = "enabled"} {#load {gags/miscgags.set}};
|
||||
};
|
||||
|
||||
#if {@devmode="enabled"} {#load {@scpath/dev.set}};
|
||||
#if {%defined(decchar)=0 or %length(@decchar)<1} {#var decchar .};
|
||||
#If {@numpadon="enabled"} {#load @scpath/numpad.set};
|
||||
#If {@numpadon="enabled"} {#load {numpad.set}};
|
||||
#if {@commandsinoutput="enabled"} {#Configure DisplayCommandsInOutput true} {#Configure DisplayCommandsInOutput false};
|
||||
|
||||
#trigger {$sphook &{action}:&{soundpath}:&{volume}:&{pitch}:&{pan}:&{id}} {
|
||||
@@ -53,4 +53,3 @@
|
||||
#var faildsound {$sphook @action:@soundpath:@volume:@pitch:@pan:@id};
|
||||
#if {@AutomaticUpdate="enabled"} {FetchSound @soundpath}}}
|
||||
#trig {$buffer *} {#gagline all; #say %1 voiceonly}
|
||||
#gunalias music ; #gunalias StopMusic ; #gunalias sc ; #gunalias capture ;
|
||||
Reference in New Issue
Block a user