Updated Supplementary Scripting Macros (markdown)

Deokishisu 2024-04-14 15:49:23 -04:00
parent 0a6dfe9730
commit 08da5e07ba
1 changed files with 1 additions and 1 deletions

@ -28,7 +28,7 @@ The scripting macro, with commented description:
.endif
.endm
```
This is `applymovement` but with `waitmovement` built-in. `applymove` is also shorter to type. If `wait` is not supplied, `waitmovement 0` is emitted. Contrary to the next commands, a supplied `wait` becomes the parameter for `waitmovement`. If you don't want to use a `waitmovement`, use the regular `applymovement` macro instead.
This is `applymovement` but with `waitmovement` built-in. `applymove` is also shorter to type. If `wait` is not supplied, `waitmovement 0` is emitted. Contrary to the next macros, a supplied `wait` becomes the parameter for `waitmovement`. If you don't want to use a `waitmovement`, use the regular `applymovement` macro instead.
Example usages:
```c