Fly trigger (script): Difference between revisions

From RoDpedia
Jump to navigation Jump to search
Tokai (talk | contribs)
No edit summary
Blithe (talk | contribs)
No edit summary
 
Line 20: Line 20:


[[Category:Triggers]]
[[Category:Triggers]]
[[Category:Scripts]]
[[Category:MUSHclient]]
[[Category:MUSHclient]]

Latest revision as of 05:46, 6 July 2023

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>