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 ```