Skip to content

Trigger Basics

A Trigger watches for certain text received from the MUD and, if an incoming line matches, the Trigger fires and sends one or more commands back to the MUD.

Pattern: enter the pattern the Trigger should match. Patterns are case-sensitive.

Command(s): enter one or more commands to send when the Trigger fires. You can include an Alias as one of your commands! Separate multiple commands with semicolons (;) or newlines.

Sound: Pick a sound for MUDRammer to play when the Trigger fires.

Highlight: Pick a color to highlight the line that caused the Trigger to fire.

Basic Trigger examples:
Trigger PatternTrigger Command(s)
attacks youfocus dodging;dodge
swirls restlesslycast cloak of clouds

Feedback and Knowledge Base