BBot - The best bot of the world
Help with Self.Say command - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html)
+--- Forum: Requests (https://forums.bmega.net/forum-17.html)
+--- Thread: Help with Self.Say command (/thread-17534.html)



Help with Self.Say command - spotty - 02-20-2015

Hello,

I need a little help with macro, because I havent managed to solve this in couple days.

I'm playing in OT server where macros are allowed, so I need it to say (spam) 4x in a row spell name, right now it says 1 time in 1 second (4 macros).

Is it possible to combine it into 1 macro so it would say it 4 times or something like that?

Best regards,
Spotty

Solved it, simple macro whoever needs it will find it here Smile

Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)
Self.Say(text)
Macro.Wait(100)


RE: Help with Self.Say command - kaiquegabriel - 02-20-2015

If you use only
Code:
1000 {Say} Self.Say (text)
Your character spam automatic the text 1 in 1 second.