[Home] [Downloads] [Search] [Help/forum]


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Getting Started
. . -> [Subject]  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] Refresh page


Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] 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
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] 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
[Go to top] 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.


14,472 views.

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

Go to topic:           Search the forum


[Go to top] top

Quick links: MUSHclient. MUSHclient help. Forum shortcuts. Posting templates. Lua modules. Lua documentation.

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

[Home]


Written by Nick Gammon - 5K   profile for Nick Gammon on Stack Exchange, a network of free, community-driven Q&A sites   Marriage equality

Comments to: Gammon Software support
[RH click to get RSS URL] Forum RSS feed ( https://gammon.com.au/rss/forum.xml )

[Best viewed with any browser - 2K]    [Hosted at HostDash]