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


Register forum user name Search FAQ

Gammon Forum

[Folder]  Entire forum
-> [Folder]  MUSHclient
. -> [Folder]  General
. . -> [Subject]  Sometimes this trigger works...

Sometimes this trigger works...

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


Posted by Jeagan   (2 posts)  [Biography] bio
Date Tue 22 Dec 2009 11:46 AM (UTC)
Message
Alright... So I have the following trigger:

<triggers>
<trigger
enabled="y"
match="Player Name On For Idle Under Construction"
send_to="12"
sequence="800"
>
<send>world.EnableTriggerGroup "WHOISIDLE", 1</send>
</trigger>
</triggers>

And it matches perfectly fine, the issue is that it pops up a scripting error and doesn't compile I guess. I use a very very similar script to this one all the time, and I can't seem to figure out why it works and this one fails, so I really need help bad. I get the following error:

Error number: 0
Event: Compile error
Description: [string "Trigger: "]:1: unexpected symbol near ','
Called by: Immediate execution

I'm not super incredibly savvy at this, so any help would be great. Thanks.
[Go to top] top

Posted by Nick Gammon   Australia  (22,973 posts)  [Biography] bio   Forum Administrator
Date Reply #1 on Tue 22 Dec 2009 06:24 PM (UTC)
Message
In Lua arguments have to be in brackets, unless you have a single string argument, which you don't. Change:


world.EnableTriggerGroup "WHOISIDLE", 1


to:


world.EnableTriggerGroup ("WHOISIDLE", 1)


- Nick Gammon

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

Posted by Jeagan   (2 posts)  [Biography] bio
Date Reply #2 on Tue 22 Dec 2009 06:59 PM (UTC)
Message
Annnnnd... That fixed it. Thanks Nick!
[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.


8,191 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]