Skip to content

Commit

Permalink
Update Commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DemoJameson committed May 4, 2023
1 parent e5c1400 commit 782af02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Docs/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,10 @@
- It prevents the use of [Console](#console), [Set](#set), [Invoke](#invoke), [StunPause simulate mode](#stunpause-and-endstunpause) commands which would not be legal in a run.

### Assert
- If the condition being tested is not met, tas will be stopped. Usually used to make tas stop as soon as possible, when tas desync.
- If the condition being checked is not met, tas will be stopped. Usually used to make tas stop as soon as possible when tas desync.
- `Assert, Condition, Expected, Actual`
- Conditions are `Equal`, `NotEqual`, `Contain`, `NotContain`, `StartWith`, `NotStartWith`, `EndWith`, `NotEndWith`
- `Actual` use the same syntax as the [custom info template](https://github.com/EverestAPI/CelesteTAS-EverestInterop#custom-info) but without the curly brackets
- Examples:
```
# Ensure that you are currently in the save file selection screen and the save file is selected
Expand Down

0 comments on commit 782af02

Please sign in to comment.