Skip to content

Commit 7018fde

Browse files
committed
Update MiscellaneousOptions.md
1 parent bd24fa1 commit 7018fde

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

kolbot/MiscellaneousOptions.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535

3636
* [@noah-](https://github.com/noah-) added in the char configuration files the options:
3737
```javascript
38-
// Public game options
39-
40-
// If LocalChat is enabled, chat can be sent via 'sendCopyData' instead of BNET
41-
// To allow 'say' to use BNET, use 'say("msg", true)', the 2nd parameter will force BNET
42-
// LocalChat messages will only be visible on clients running on the same PC
43-
Config.LocalChat.Enabled = true; // enable the LocalChat system
44-
Config.LocalChat.Toggle = false; // optional, set to KEY value to toggle through modes 0, 1, 2
45-
Config.LocalChat.Mode = 2; // 0 = disabled, 1 = chat from 'say' (recommended), 2 = all chat (for manual play)
38+
// Public game options
39+
40+
// If LocalChat is enabled, chat can be sent via 'sendCopyData' instead of BNET
41+
// To allow 'say' to use BNET, use 'say("msg", true)', the 2nd parameter will force BNET
42+
// LocalChat messages will only be visible on clients running on the same PC
43+
Config.LocalChat.Enabled = true; // enable the LocalChat system
44+
Config.LocalChat.Toggle = false; // optional, set to KEY value to toggle through modes 0, 1, 2
45+
Config.LocalChat.Mode = 2; // 0 = disabled, 1 = chat from 'say' (recommended), 2 = all chat (for manual play)
4646
```
4747
* MFTeam is ok with LocalChat in mode 1
4848
* [Manual played leader and Follower.js](https://github.com/blizzhackers/documentation/blob/master/kolbot/MultiBotting.md/#using-followers) - LocalChat in mode 2

0 commit comments

Comments
 (0)