|
|
|
This screen allows you to change some of the special scripting characters used by CMUD. These changes only effect the scripts entered on the command line. Stored scripts should always use the default values to provide more compatibility when sharing scripts. These options are mainly provided to allow CMUD to work better with MUDs that already use these special characters for other purposes. In general, just using the Smart Command Line feature is enough and changing or disabling special characters is not normally recommended.
- Command Char
- Character used to start a CMUD command. Default is #
- Separator Char
- Character used to separate multiple commands on the command line. Default is ;
- Variable Char
- Character used to retrieve the value of a CMUD variable. Default is @
- Parameter Char
- Character used to start a CMUD function or alias parameter number. Default is %
- Focus Char
- Character used to send commands to different windows. Default is :
- Class Char
- Character used to separate the names of class folders when specifying a full path to a variable or alias. Default is /
- Movement Char
- Character used to start a speedwalk command or Path. Default is .
- History Char
- Character used to recall specific commands from the command line history. Default is !
- Quote Char
- Character used to "quote" or "escape" the next character to prevent the next character from being parsed as a special character. Default is ~
- MapDir Char
- Character used to sent non-standard direction movement commands to the automapper module. Default is >
- Database Char
- Character used to refer to a specific column value in the database module. Default is &
- Line Quote Char
- Character used at the beginning of the command line to cause the entire command line to be sent to the MUD verbatim. Default is `
|
|