macro auto message - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: macro auto message (/thread-2325.html) |
macro auto message - tiagoracer - 04-08-2012 hey dudes, im trainning some skills with bbot trainner, but i have to stay on the computer in case of someone ask if i am a bot, so i wanna how if there s any way of making a macro, that every time that someone apears on the screen it sends an auto message, and how? thanks RE: macro auto message - Dexter - 04-08-2012 Was that it? Code: 1000 {auto message} Creatures.PlayerOnScreen>1 Self.say(X) Macro.Wait(10000) X = message you want |