Files
VIPMudCosmicRageScripts/scripts/misc.set

22 lines
1.2 KiB
Plaintext

#trigger {extracted link: &link} {
#gagline all;
#clipboard @link;
#say {Extracted and coppied @link}
}
#alias localsphelp {#say {
Greetings, Fellow Wanderer!
My name is The Cosmic Rage Immersion Scripts V @clientversion Sounds V @SoundsVersion.
I'm Installed at: @scpath.
My sounds are located at: @sppath.
If you want to update me, go to %replace(@scpath,@rightofpath,) and run Updator.bat.
Please keep me updated for the best experience! (Pleading Smiley).
My decimal seperator is currently: @decchar}}
#alias decimalpick {
#pick {*Please select the decimal separator used in your system. For example, if it is a comma, choose a comma here. The separator should be consistent both here and elsewhere in your setup.:decimalpick|
a comma:#var newdecchar ,|
a period:#var newdecchar .|
a custom choice:#prompt newdecchar {Please enter your custom choice}
};
#alarm 1 {#if {%length(@newdecchar)>1 OR %length(@newdecchar)<1 OR %IsNumber(@newdecchar)=1} {#say {You really do not need a decimal seperator that is more or less than one character long or you have probably entered a number. Please try again.};#unvar newdecchar} {#var decchar @newdecchar; #say {Your decimal seperator has been set to @decchar};#unvar newdecchar}}
}