is it possible..

Posted by Victory on Mon 27 May 2002 11:35 PM — 3 posts, 15,087 views.

USA #0
I'm bored, i've tried doin this, but i'll come ask for help. Is it possible to use an alias to turn a trigger on, or use a trigger to turn another one on? just wonderin cause i've been attempting for awhile.
Vic
Canada #1
If you plan to do scripting in MUSHclient, you should learn this link:

http://www.mushclient.com/

In the left column, second last section (Scripts and Triggers) is a link called "List of all inbuilt script functions". Click that link.

On the following page, the first link is "Alphabetic list of script methods and properties". Click that link, which will take you here:

http://www.mushclient.com/scripts/function.php

This is where you learn about the scripting functions that can be used to exchange information or interact with MUSHclient.

In regards to your query, check "AddTrigger". At the bottom of that helpfile page are a list of other related links.
Canada #2
Err, sorry, for some reason I thought you reffered to scripting. The answer is, YES, it is possible, by calling a script from the alias or trigger to do what you want. That said, use the directions I just offered to learn how. :)