From 2629c64cac8c76d76d6d2def834e836c1d347627 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Mon, 7 Nov 2022 19:29:11 -0300 Subject: [PATCH] Oopsie :P --- Useful-Scripting-Specials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Useful-Scripting-Specials.md b/Useful-Scripting-Specials.md index 58dd8d5..ab94d4b 100644 --- a/Useful-Scripting-Specials.md +++ b/Useful-Scripting-Specials.md @@ -291,7 +291,7 @@ This command will let you check the direction at which an object event on a map ```c @ Gets the facing direction of a given event object and stores it in the variable \dest. .macro getobjectfacingdirection evObjId:req, dest:req - setvar \dest, \evObjId + setvar VAR_TEMP_1, \evObjId specialvar \dest, Script_GetObjectFacingDirection .endm ```