mudlet triggers via scripting

by Anisu

Back to Mechanic's Corner.

Anisu2010-10-03 01:52:50
is there a way to make a tempRegexTrigger to fire multiple times on one line?

or alternatively is there a way to use the script to modify the condition of ,or delete, a permanent regex trigger?
Vadi2010-10-03 02:02:50
No, although in a script you can use

for match in line:gmatch("my pattern") do
-- blah blah
end