if not mm.me.doqueue.repeating then
mm.dor("kata perform " .. target .. " shofabash", true)
else
mm.dor("off", true)
end
______________________________________________________________________________________________
p, li { white-space: pre-wrap; }
caller = caller or "asasdfasdfdaf"
if matches[2]:title() == caller:title() then
target = matches[4]
-- expandAlias("t " .. matches[4])
send("sqt Target accepted, fixating on: " ..target)
end
_______________________________________________________________________________________________
OK, so. Here's my issue. The first portion is, obviously, my issue. It triggers (third portion is my trigger for the 'caller' to set my target) my target change, even highlights the target in my prompt and in the sqtells.
BUT for some reason, likely hidden in the SECOND portion, it isn't actually changing my target. This was working just yesterday, but cannot for the life of me figure out why it is having and issue tracking, now. Any tips, guys and gals?
Thanks in advance.
PS -- I am having to basically hit the F2 key twice, once to turn it off, then back on for it to register the change, so it is recording it SOMEWHERE...
PSS-- I dunno what that prewrap stuff is, not part of my script- I guess it is something with the forums.
Comments