Code: Select all
console /\[dist=(.*)\] (.*) \((\d+)\): (.*)(Flag)(.*)$/ifor example:
character [FS] blahblah triggered the macro.
the bot is programmed to do like this
Code: Select all
do c hello $nameinstead ofImABot: hello blahblah
i run the bot buffers for my guild and i want my buffers to all buff the same person. my solution to that is for them to rely on another bot that tells them their target and all i could think of a trigger is this (through party/guild chat). the code for the buffers would be simplier too cause all i need for them is just "do sp ## @player ($name)" and no more eval guild checks and less IF statements.ImABot: hello [FS] blahblah
seems i've hit a wall with this one. any help would be appreciated.


