Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to "verify" your details, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.
 Entire forum ➜ MUSHclient ➜ Getting Started ➜ Video showing how to make a trigger

Video showing how to make a trigger

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Nick Gammon   Australia  (23,057 posts)  Bio   Forum Administrator
Date Mon 27 Jul 2009 07:35 AM (UTC)

Amended on Tue 26 Nov 2013 01:06 AM (UTC) by Nick Gammon

Message
I have made a video showing how to make a trigger that shows your current exits in a miniwindow. This covers a lot of the material in the Making triggers part of the forum (however the miniwindow stuff is new):

http://www.gammon.com.au/forum/?id=8086

It can be watched at How to make a trigger in MUSHclient. An imbedded copy is below on this page.




- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Nick Gammon   Australia  (23,057 posts)  Bio   Forum Administrator
Date Reply #1 on Mon 27 Jul 2009 07:37 AM (UTC)

Amended on Tue 01 Sep 2009 09:18 PM (UTC) by Nick Gammon

Message
The trigger I demonstrated in the video is here:


<triggers>
  <trigger
   enabled="y"
   match="[Exits: *]"
   send_to="12"
   sequence="100"
  >
  <send>

win = GetPluginID () .. ":exits"
font = "f"

WindowCreate (win, 0, 0, 1, 1, 4, 0, 0)

WindowFont (win, font, "Courier", 10, true)

height = WindowFontInfo (win, font, 1)  + 10

width = WindowTextWidth (win, font, "%0") + 10

WindowCreate (win, 0, 0, width, height, 4, 0, ColourNameToRGB "sienna")

WindowText (win, font, "%0", 5, 5, 0, 0, ColourNameToRGB ("yellow"))

WindowShow (win, true)

</send>
  </trigger>
</triggers>



Template:pasting For advice on how to copy the above, and paste it into MUSHclient, please see Pasting XML.

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


15,264 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.