From 56f2fc58d13142c10ce7b181837b042290ee7ecf Mon Sep 17 00:00:00 2001 From: Deokishisu <6993375+Deokishisu@users.noreply.github.com> Date: Sun, 14 Apr 2024 15:51:08 -0400 Subject: [PATCH] Updated Supplementary Scripting Macros (markdown) --- Supplementary-Scripting-Macros.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Supplementary-Scripting-Macros.md b/Supplementary-Scripting-Macros.md index dfa0ccf..01fbef7 100644 --- a/Supplementary-Scripting-Macros.md +++ b/Supplementary-Scripting-Macros.md @@ -10,7 +10,7 @@ This page will detail helpful or time-saving extensions to the existing scriptin - [emote](#emote) ## applymove -Credits to Deokishisu. +Credits to Deokishisu. The scripting macro, with commented description: ```c @@ -46,7 +46,7 @@ This will emit: ``` ## applymoveplayer -Credits to Deokishisu. +Credits to Deokishisu. The scripting macro, with commented description: ```c @@ -78,7 +78,7 @@ This will emit: ``` ## stepinplace -Credits to Deokishisu. +Credits to Deokishisu. The scripting macro, with commented description: ```c @@ -123,7 +123,7 @@ This will emit: ``` ## stepinplaceplayer -Credits to Deokishisu. +Credits to Deokishisu. The scripting macro, with commented description: ```c @@ -168,7 +168,7 @@ This will emit: ``` ## turnplayer -Credits to Deokishisu. +Credits to Deokishisu. The scripting macro, with commented description: ```c @@ -189,7 +189,7 @@ This will emit: ``` ## moncryscript -Credits to Deokishisu. +Credits to Deokishisu. 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. +Credits to Deokishisu. The scripting macro, with commented description: ```c