got rid of all the for loops which should fix the loading problem entirely
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#var badaliases {music|StopMusic|sc|capture}
|
||||
#ForAll @badaliases {#gunalias %i}
|
||||
|
||||
#Alias login {#alarm 1 {#gagon all; 1; %charInfo(name); #wait (0.1); #ungagon; %charInfo(password)}}
|
||||
#alias ActualSave {#if {%length(@decchar)>1 OR %length(@decchar)<1} {#say {Attention. Your decimal seperator was set incorrectly therefore it has been switched to default.};#var decchar .};
|
||||
#File 6 {settings.set} 1;
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
;core variables
|
||||
#var clientversion 20
|
||||
#var loadtask {updator|keys|aliases};
|
||||
#var clientversion 21
|
||||
#var settings {rawpass|miscgags|shipgags|vehiclegags|activitygags|intromusic|vol|commandsinoutput|devmode|decchar|numpadon|AutomaticUpdate}
|
||||
#var speech "disabled"
|
||||
#load {@sppath/aliases.set};
|
||||
#load {@scpath/keys.set};
|
||||
#load {@scpath/updator.set};
|
||||
#if {%volume<100} {#pc 0 volume 100}
|
||||
;Reading and writing Settings.
|
||||
#File 6 {settings.set} 1
|
||||
@@ -12,7 +14,6 @@
|
||||
#math num {@num + 1}};
|
||||
#close 6
|
||||
|
||||
#ForAll @loadtask {#load @scpath/%i.set};
|
||||
|
||||
#alarm 3 {#load @scpath/gagcreator.set};
|
||||
#alarm 4 {#load @scpath/pathupdator.set};
|
||||
@@ -52,3 +53,4 @@
|
||||
#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