Fly trigger (script)

From RoDpedia
Jump to navigation Jump to search

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>