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


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  Lua
. . -> [Subject]  Activating a trigger group outside of plugin

Activating a trigger group outside of plugin

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


Posted by Wuggly   USA  (112 posts)  [Biography] bio
Date Wed 27 Jan 2016 07:36 PM (UTC)
Message
Needing some clarity.

If I use
World.EnableTriggerGroup("ftriggers", true)

from within a plugin, will that activate a trigger group outside of the plugin, activating the current worlds trigger group?
[Go to top] top

Posted by Nick Gammon   Australia  (22,975 posts)  [Biography] bio   Forum Administrator
Date Reply #1 on Wed 27 Jan 2016 09:28 PM (UTC)
Message
No. Plugins are independent entities with their own groups, script space, etc.

It's documented here:

Template:function=EnableTriggerGroup EnableTriggerGroup

The documentation for the EnableTriggerGroup script function is available online. It is also in the MUSHclient help file.



You can work around that by making an alias in the main world which "catches" attempts to enable all triggers from plugins.

Then "execute" that alias, by sending a command through the command-execution stream in the plugin, eg.


Execute ("enable_trigger_group foo")


Then the alias (in the main world) matches:


enable_trigger_group *


Which does:


EnableTriggerGroup ("%1")  -- enable group in wildcard

- Nick Gammon

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

Posted by Wuggly   USA  (112 posts)  [Biography] bio
Date Reply #2 on Wed 27 Jan 2016 09:50 PM (UTC)
Message
Ok, thanks.

And if I wanted to both enable/disable a trigger group, could I make it like this in regex?

Alias: ^enable\_trigger\_group (.*?) (.*?)$
EnableTriggerGroup ("%1", %2)

or would the %2 need to be "%2"
[Go to top] top

Posted by Wuggly   USA  (112 posts)  [Biography] bio
Date Reply #3 on Wed 27 Jan 2016 10:19 PM (UTC)
Message
Just wanted to say I tested and it works like that.

I tried to edit in
Execute ("enable_trigger_group ftriggers true")
Execute ("enable_trigger_group ftriggers false")
but couldn't edit for 20 minutes due to spam filter.
[Go to top] top

Posted by Nick Gammon   Australia  (22,975 posts)  [Biography] bio   Forum Administrator
Date Reply #4 on Thu 28 Jan 2016 04:22 AM (UTC)
Message
You want it like you have it (no quotes on the true/false) because you want the literal word true, not "true" which is just a string with "true" in it.

As for the spam filter, it slowed down someone a couple of hours ago from posting his Complete Nonsense.

- 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,186 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]