[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]  General
. . -> [Subject]  DeleteTriggerGroup have a bug!!!

Home  |  Users  |  Search  |  FAQ
Username:
Register forum user name
Password:
Forgotten password?
(New message)
Subject: DeleteTriggerGroup have a bug!!!
Name:
Your forum user name.
Register forum user name
Password:
Your forum password.
Forgotten password?
Message:
Message to be posted (in English, please)
Maximum of 6000 characters. Text only please, no HTML.
Forum codes:
Check this if your message uses 'forum codes' or templates (auto-detected for new posts).
Forum codes Templates

Save this message ...


Subject review (reverse sequence)

Posted by Randomcho   China  (4 posts)  [Biography] bio
Date Sun 20 Nov 2011 11:35 PM (UTC)  quote  ]
Message
thanks!Fiendish
[Go to top] top

Posted by Fiendish   USA  (848 posts)  [Biography] bio   Global Moderator
Date Sun 20 Nov 2011 03:19 PM (UTC)  quote  ]
Message
This is documented behavior.

Quote:
WARNING - if the trigger is executing a script it cannot be deleted. For example, a trigger cannot delete itself.

If you need to delete a trigger from within itself use DoAfterSpecial to delete it after a short delay. You might also want to use EnableTriggerGroup to disable it first.

http://mushclient.com/scripts/doc.php?function=DeleteTriggerGroup

http://aardwolfclientpackage.googlecode.com/
[Go to top] top

Posted by Randomcho   China  (4 posts)  [Biography] bio
Date Sun 20 Nov 2011 11:46 AM (UTC)  quote  ]

Amended on Sun 20 Nov 2011 11:58 AM (UTC) by Randomcho

Message
Is this a bug?

example:

require "addxml" --自动用lua创建trigger的module
addxml.trigger {
match = "^.*已经陷入半昏迷状态,随时都可能摔倒晕去",
regexp = true,
send = "DeleteTriggerGroup('temp_tr')",
sequence = 100,
enabled = true,
send_to="12",
group="temp_tr",
keep_evaluating = "y",
}

but can not delete the trigger group!

---------------------------------------------------

function test()
DeleteTriggerGroup("temp_tr")
end

addxml.trigger {
match = "^.*已经陷入半昏迷状态,随时都可能摔倒晕去",
regexp = true,
send = "test()",
sequence = 100,
enabled = true,
send_to="12",
group="temp_tr",
keep_evaluating = "y",
}

also can not delete the trigger group!
------------------------------------------------------
but use Timer,can delete the trigger group

[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.


570 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]