P

PlayMUD.online

Activity

Activity

See what automation did and why.

The Activity tab is a local debugging view for trigger behavior. It does not save to the server database.

What It Shows

  • Command sent when a trigger fires and submits a command.
  • Blocked by cooldown when a trigger matched but did not fire because cooldown is active.
  • Invalid regex when a regex pattern cannot compile.
  • The matching line and the final expanded command.
  • The original template when variables or aliases changed the command.

When To Use It

Open Activity while building new triggers. It helps answer whether the pattern did not match, cooldown blocked it, or the generated command was different than expected.