![]() |
Random texts from time to time - 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: Random texts from time to time (/thread-12355.html) |
Random texts from time to time - Toshek - 10-26-2013 Hi! I back ![]() Looking Macro that will periodically post random texts given by me. Regards RE: Random texts from time to time - Kimoszin - 10-26-2013 [macro]1000 {Random Text} rand:=Misc.Random(1, 3) !rand!==1 [else1] Self.Say(hi) Exit() {else1} !rand!==2 [else2] Self.Say(oi) Exit() {else2} !rand!==3 Self.Say(ye)[/macro] RE: Random texts from time to time - Toshek - 10-26-2013 thank , rep. where i add wait to next say? RE: Random texts from time to time - Kimoszin - 10-26-2013 rand:=Misc.Random(1, 5) {else2} !rand!==3 [else3] Self.Say(ye) Exit() {else3} !rand!==4 [else4] Self.Say(hho) Exit() {else4} !rand!==5 Self.Say(moonk) |