initial release
This commit is contained in:
39
scripts/aliases.set
Normal file
39
scripts/aliases.set
Normal file
@@ -0,0 +1,39 @@
|
||||
#var badaliases {music|StopMusic|sc|capture}
|
||||
#ForAll @badaliases {#gunalias %i}
|
||||
|
||||
#Alias login {#gagon all; 1; %charInfo(name); #wait (0.1); #ungagon; %charInfo(password)}
|
||||
#alias ActualSave {
|
||||
#File 6 {settings.set} 1;
|
||||
#Var SettingsFileCounter 0;
|
||||
#ForAll @settings {
|
||||
#Math SettingsFileCounter {@SettingsFileCounter +1};
|
||||
#Write 6 @{%i} @SettingsFileCounter};
|
||||
#close 6;}
|
||||
#alias {onDisconnect} {
|
||||
#gvar disconnected 1;
|
||||
ActualSave; #say {Settings saved!};#pc 0 stop}
|
||||
#alias intromusictoggle {
|
||||
#if {@intromusic = "Enabled"} {#var intromusic "Disabled"; #say {intro music disabled} VoiceOnly} {#var intromusic "Enabled"; #say {intro music enabled} VoiceOnly}}
|
||||
#alias mainvoldown {
|
||||
#math Vol {@Vol - 5};
|
||||
#if {@Vol < 0} {@Vol = 0};
|
||||
#play {@sppath/general/misc/VolumeDown.wav} @vol; #say {Main Volume @Vol percent} VoiceOnly;
|
||||
#if {@introplaying=1} {#PC @introhandle Volume @vol}}
|
||||
#alias mainvolup {#gagline display;
|
||||
#math Vol {@Vol + 5};
|
||||
#if {@introplaying=1} {#PC @introhandle Volume @vol};
|
||||
#if {@Vol > 100} {@Vol = 100};
|
||||
#play {@sppath/general/misc/VolumeUp.wav} @vol; #say {Main Volume @Vol percent} VoiceOnly}; #if {@vol = 100} {
|
||||
#say {Volume maxed!} VoiceOnly}
|
||||
|
||||
#alias {smute} {
|
||||
#if {@Speech = "Disabled"} {
|
||||
#var Speech "Enabled";
|
||||
#SetSpeech incoming off; #say {speech off.} voiceonly;} {
|
||||
#var Speech "Disabled";
|
||||
#SetSpeech incoming on;
|
||||
#say {speech on.} VoiceOnly}}
|
||||
|
||||
#alias makeworse {#Configure PassThruChar {~>}; #Configure SwitchSession {~:}; #passthru {•}}
|
||||
#alias makebetter {#Configure PassThruChar {~•}; #Configure SwitchSession {~•}; #passthru {%<;>{}#"'}}
|
||||
#alias rawinput {#if {@rawpass = "enabled"} {#var rawpass "disabled"; makeworse; #say {Raw input mode is now disabled.};#play {@sppath/general/misc/off.wav} @vol} {#var rawpass "enabled"; makebetter; #say {Raw input mode is now enabled.};#play {@sppath/general/misc/on.wav} @vol}}
|
||||
Reference in New Issue
Block a user