BBot - The best bot of the world
private msg? - 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: private msg? (/thread-18574.html)



private msg? - Garuh - 10-04-2015

its possible make a macro with the option to send a private msg?
i try with Self.Say(Text)

Self.Say(*Garuh* hiho)

but brokes the tibia rule with the *name* text (literally... don't send the msg and write in default channel instead private)

its possible with anything send a private msg?


RE: private msg? - MegaNo0body - 10-05-2015

(10-04-2015, 04:53 AM)Garuh Wrote: its possible make a macro with the option to send a private msg?
i try with Self.Say(Text)

Self.Say(*Garuh* hiho)

but brokes the tibia rule with the *name* text (literally... don't send the msg and write in default channel instead private)

its possible with anything send a private msg?

Self.PrivateMessage(ToPlayer, Text) Send a private message to a player

http://wiki.bmega.net/doku.php?id=macros_commands


RE: private msg? - Garuh - 10-05-2015

(10-05-2015, 11:12 AM)MegaNo0body Wrote:
(10-04-2015, 04:53 AM)Garuh Wrote: its possible make a macro with the option to send a private msg?
i try with Self.Say(Text)

Self.Say(*Garuh* hiho)

but brokes the tibia rule with the *name* text (literally... don't send the msg and write in default channel instead private)

its possible with anything send a private msg?

Self.PrivateMessage(ToPlayer, Text) Send a private message to a player

http://wiki.bmega.net/doku.php?id=macros_commands

oh... so easy...
thanks Mega!