Fly trigger (script): Difference between revisions

From RoDpedia
Jump to navigation Jump to search
Poromenos (talk | contribs)
No edit summary
(No difference)

Revision as of 00:42, 19 April 2008

Functionality

This is a fly trigger for MUSHclient that won't trigger on anything but the text when you lose fly (matching the yellow colour).

MUSHclient code

<triggers>
  <trigger
   enabled="y"
   keep_evaluating="y"
   match="You slowly float to the ground."
   match_text_colour="y"
   sequence="100"
   text_colour="11"
  >
  <send>say Let me fly!</send>
  </trigger>
</triggers>