Fix format error

This commit is contained in:
BruceChen 2022-11-04 16:26:53 +08:00
parent a23747e236
commit b3ca0a1b33
7 changed files with 163 additions and 75 deletions

View file

@ -237,6 +237,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
- **Description:**
Allows you to list and unload a specific bot or all bots.
Useful when debugging and developing scripts.
- **Usage:**
@ -406,6 +407,7 @@ In scripts and remote control, no slash is needed to perform the command, eg. `q
Allows you to execute a command if a specific condition is met.
The condition is a C# expression and the local variables you set using [`set`](#set), [`setrnd`](#setrnd) or the configuration file can be used.
The condition is always returned as a boolean, so only comparison can be done, if needed cast the expression result to bool.
Also the instance of MCC is available with `MCC.`.