BBot - The best bot of the world

Full Version: Bot responds to a player
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i'd like to ask if there's a macro that responses back to a player after he messages ' bot ' or ' ? ' and then bot says back: 'leave' for example
1. Add a macro:
[macro]0 {Say Leave} Self.Say(leave)[/macro]

2. Add a Protector -> Kind: Messaged or Player on Screen -> Check Macro and select Say Leave.
Hope it works like i imagine Big Grin

Gave you a rep. Thanks!

edit. just had a chance to test it, works fine
I'll ask here again so i won't spam another thread.

what about he says leave when bot is on 'exp' label, cus he said leave in dp - dont want him to spam 'leave' out of exp haha.
You can make a macro to disable and enable the protector.
Only if i knew how
[macro]0 {Say Leave Disable} Protectors.Disable(Say Leave)[/macro]
[macro]0 {Say Leave Enable} Protectors.Enable(Say Leave)[/macro]