Added a key alt shift h that will provide short info about script and sounds location as well as explain how to update itself

This commit is contained in:
Augustus
2025-04-28 12:57:20 +03:00
parent 7588ea3839
commit 52bbc50c1a

View File

@@ -60,12 +60,19 @@ ActualSave; #say {Settings saved!}}
#key {control-f1} {smute} #key {control-f1} {smute}
#alias devl {#if {%1 = ""} {#say {you didn't put any path of file to load.}} {#load {@scpath\%1.set}; {#say {%1 loaded.}}}} #alias devl {#if {%1 = ""} {#say {you didn't put any path of file to load.}} {#load {@scpath\%1.set}; {#say {%1 loaded.}}}}
#alias devu {#if {%1 = ""} {#say {you didn't put any path of file to unload.}} {#unload {@scpath\%1.set}; {#say {%1 unloaded.}}}} #alias devu {#if {%1 = ""} {#say {you didn't put any path of file to unload.}} {#unload {@scpath\%1.set}; {#say {%1 unloaded.}}}}
#alias devo {#if {%1 = ""} {#say {you didn't put any path of file to open.}} {#edit {%1.set}; {#say {%1 opened in your prefered editor.}}}} #alias devo {#if {%1 = ""} {#say {you didn't put any path of file to open.}} {#edit {@scpath\%1.set}; {#say {%1 opened in your prefered editor.}}}}
#alias devc {#if {%1 = ""} {#say {you didn't put any path of file for your editor. the example of the file should be like "notepad.exe".}} {#configure Editor {%1}; {#say {%1 set as your default editor.}}}} #alias devc {#if {%1 = ""} {#say {you didn't put any path of file for your editor. the example of the file should be like "notepad.exe".}} {#configure Editor {%1}; {#say {%1 set as your default editor.}}}}
#alias devr {#if {%1 = ""} {#say {you didn't put any path of file to reload.}} {#unload {@scpath\%1.set}; #load @scpath\%1.set; {#say {%1 successfully reloaded..}}}} #alias devr {#if {%1 = ""} {#say {you didn't put any path of file to reload.}} {#unload {@scpath\%1.set}; #load @scpath\%1.set; {#say {%1 successfully reloaded.}}}}
#if {@rawpass = "enabled"} {makebetter} #if {@rawpass = "enabled"} {makebetter}
#if {@activitygags = "enabled"} {#load {@scpath/gags/activitygags.set}} #if {@activitygags = "enabled"} {#load {@scpath/gags/activitygags.set}}
#if {@vehiclegags = "enabled"} {#load {@scpath/gags/vehiclegags.set}} #if {@vehiclegags = "enabled"} {#load {@scpath/gags/vehiclegags.set}}
#if {@shipgags = "enabled"} {#load {@scpath/gags/shipgags.set}} #if {@shipgags = "enabled"} {#load {@scpath/gags/shipgags.set}}
#if {@miscgags = "enabled"} {#load {@scpath/gags/gags.set}} #if {@miscgags = "enabled"} {#load {@scpath/gags/gags.set}}
#trig {$buffer *} {#gagline all; #say %1 voiceonly} #trig {$buffer *} {#gagline all; #say %1 voiceonly}
#alias localsphelp {
#say {Hi!};
#say {I'm Installed at: @scpath};
#say {my sounds are located at: @sppath};
#say {If you want to update me, go to the directory where the 'scripts' folder is located and run Updator.bat.};
#say {Please keep me updated for the best experience! (Pleading Smiley)}}
#key {alt-shift-h} {localsphelp}