how can i make my 2 bots work together with chat restrictions? I tried making my leader whisper to my other bot in game but that does not work. They can both see the message in message log but the follower does not act upon it and take the tp.
Config.LocalChat.Enabled = true; // enable the LocalChat system
look for this in your config file , should work.
1 Like
It’s enabled. The bot talks but he is silenced so the other bot doesn’t here it. I even tried using the setting after that
Config.LocalChat.Enabled = true; // enable the LocalChat system
Config.LocalChat.Toggle = true; // optional, set to KEY value to toggle through modes 0, 1, 2
Config.LocalChat.Mode = 1; // 0 = disabled, 1 = chat from ‘say’ (recommended), 2 = all chat (for manual play)
tried 1 and 2… still not exactly sure what mode 1 does but i tried it
I also made the bot whisper and the other but does see it but does nothing
try it as
true
false
1
on both profiles
1 Like
nice that worked thanks
1 Like