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

Gammon Software Solutions forum

See www.mushclient.com/spam for dealing with forum spam. Please read the MUSHclient FAQ!

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Getting Started
. . -> [Subject]  YouTube video showing how to make a trigger

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?

YouTube video showing how to make a trigger

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page


Posted by Nick Gammon   Australia  (18,770 posts)  [Biography] bio   Forum Administrator
Date Mon 27 Jul 2009 07:35 AM (UTC)  quote  ]
Message

I have made a YouTube 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).

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

There is closed captioning which you might want to turn on if you think I mumble too much. :-)


- Nick Gammon

www.gammon.com.au, www.mushclient.com
[Go to top] top

Posted by Nick Gammon   Australia  (18,770 posts)  [Biography] bio   Forum Administrator
Date Reply #1 on Mon 27 Jul 2009 07:37 AM (UTC)  quote  ]

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.


2,788 views.

[Reply to this subject]  Reply to this subject   [New subject]  Start a new subject   [Refresh] Refresh page

Go to topic:           Search the forum


[Go to top] top

[Home]

Written by Nick Gammon - 5K

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

[Best viewed with any browser - 2K]    [Internet Contents Rating Association (ICRA) - 2K]    [Web site powered by FutureQuest.Net]