Trigger wildcards nil

Posted by Respite on Thu 08 Aug 2013 05:19 PM — 2 posts, 12,174 views.

#0
I have a trigger designed to fire when there is a gathering skill success message:

You manage to gather *

I have the trigger set to send to script to a function called GatherSuccessParse (using Lua):

function GatherSuccessParse(name, line, wildcards, styles)
Send("junk all")
Note(name)
Note(line)
Note(wildcards)
Note(styles)
end

But all of the parameters (name, line, wildcards and styles) are nil.

I am using MUSHClient version 4.89



USA Global Moderator #1
Paste the entire trigger, please.
Template:copying
For advice on how to copy aliases, timers or triggers from within MUSHclient, and paste them into a forum message, please see Copying XML.