Other
append
Syntax
/append {variable} {text}
Use Case:
Appends text to the end of an existing variable’s value.
Arguments:
- {variable}: The variable name.
- {text} : The text to add.
Examples:
- /append {myLog} { - entry added}
See Also:
variable, var
bell
Syntax
/bell
Use Case:
Plays the system alert sound locally.
Arguments:
- (None)
Examples:
- /bell
See Also:
(None)
char
Syntax
/char {name}
Use Case:
Sets the character name associated with the current session. This name is used by @char() and in various UI elements.
Arguments:
- {name}: Your character’s name.
Examples:
- /char {Valeskor}
See Also:
@char
debug
Syntax
/debug [{expression}]
Use Case:
Displays engine state information for debugging. If an expression is provided, it evaluates it and shows the result.
Arguments:
- {expression}: Optional expression or procedure to test.
Examples:
- /debug (Lists all variables and counts)
- /debug @math(2+2) (Displays the evaluation result)
See Also:
(None)
grep
Syntax
/grep {pattern}
Use Case:
Searches the terminal scrollback buffer for the specified pattern and displays the matching lines.
Arguments:
- {pattern}: The text or regex to search for.
Examples:
- /grep {tells you}
See Also:
(None)
ignore
Syntax
/ignore
Use Case:
Toggles the global ignore state. When ON, all actions and highlights are bypassed.
Arguments:
- (None)
Examples:
- /ignore
See Also:
ignorealiases
ignorealiases
Syntax
/ignorealiases
Use Case:
Toggles the global alias ignore state. When ON, typed input is not checked against defined aliases.
Arguments:
- (None)
Examples:
- /ignorealiases
See Also:
ignore
information
Syntax
/information
Use Case:
Displays a comprehensive summary of the current session state, including counts for all trigger types and connection status.
Arguments:
- (None)
Examples:
- /information
See Also:
debug
loadlib
Syntax
/loadlib {path}
Use Case:
Loads an external DLL plugin into the MudBringer engine.
Arguments:
- {path}: The file path to the DLL.
Examples:
- /loadlib {plugins/MapPlugin.dll}
See Also:
@dll
spam
Syntax
/spam
Use Case:
Toggles the ‘Spam’ filter, which suppresses consecutive identical lines from the server to reduce clutter.
Arguments:
- (None)
Examples:
- /spam
See Also:
(None)
speedwalk
Syntax
/speedwalk {on|off}
Use Case:
Toggles speedwalking mode. When enabled, directions like ‘2n3e’ are expanded into multiple commands.
Arguments:
- {state}: ‘on’ or ‘off’.
Examples:
- /speedwalk {on}
See Also:
pace, walkstop
substitutedepth
Syntax
/substitutedepth {n}
Use Case:
Sets the maximum recursion depth for variable and substitution expansion to prevent infinite loops.
Arguments:
- {n}: The depth limit (default 10).
Examples:
- /substitutedepth {20}
See Also:
substitute