I'm trying to draw members from the group to be used in wildcards in other functions, but I'm not sure how to achieve that.
function OnPluginBroadcast (msg, id, name, text)
if id == "3e7dedbe37e44942dd46d264" then
if (text == "group") then
res, gmcparg = CallPlugin("3e7dedbe37e44942dd46d264","gmcpval","group")
end
end
end
function mobCount2 (name, line, wildcards)
if wildcards[2] == "members" then
mobCounter = mobCounter + 1
end
end