Updated Supplementary Scripting Macros (markdown)

Deokishisu 2024-04-14 15:51:08 -04:00
parent 08da5e07ba
commit 56f2fc58d1
1 changed files with 7 additions and 7 deletions

@ -10,7 +10,7 @@ This page will detail helpful or time-saving extensions to the existing scriptin
- [emote](#emote)
## applymove
Credits to Deokishisu.
<sub><sup>Credits to Deokishisu.</sup></sub>
The scripting macro, with commented description:
```c
@ -46,7 +46,7 @@ This will emit:
```
## applymoveplayer
Credits to Deokishisu.
<sub><sup>Credits to Deokishisu.</sup></sub>
The scripting macro, with commented description:
```c
@ -78,7 +78,7 @@ This will emit:
```
## stepinplace
Credits to Deokishisu.
<sub><sup>Credits to Deokishisu.</sup></sub>
The scripting macro, with commented description:
```c
@ -123,7 +123,7 @@ This will emit:
```
## stepinplaceplayer
Credits to Deokishisu.
<sub><sup>Credits to Deokishisu.</sup></sub>
The scripting macro, with commented description:
```c
@ -168,7 +168,7 @@ This will emit:
```
## turnplayer
Credits to Deokishisu.
<sub><sup>Credits to Deokishisu.</sup></sub>
The scripting macro, with commented description:
```c
@ -189,7 +189,7 @@ This will emit:
```
## moncryscript
Credits to Deokishisu.
<sub><sup>Credits to Deokishisu.</sup></sub>
The scripting macro, with commented description:
```c
@ -257,7 +257,7 @@ This will emit:
Assuming `Text_SomeText` is "Meow!" The in-game `msgbox` will display: "MEOWTH: Meow!"
## emote
Credits to Deokishisu.
<sub><sup>Credits to Deokishisu.</sup></sub>
The scripting macro, with commented description:
```c