diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 20:05:37 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-25 20:05:37 -0500 |
commit | f964d04a873769c0aa1d27a7dd032170f55853fd (patch) | |
tree | ddc0ac1a1081b3b81fd3b7a041943e9571bb8e2e /docs/event_commands.md | |
parent | be28a0ff4eb4ba04dcbd0fc025b3a68af535a0a1 (diff) |
* loadmenuheader -> loadmenu (ead103d)
* objectface -> turnobject (c834bda)
Diffstat (limited to 'docs/event_commands.md')
-rw-r--r-- | docs/event_commands.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/event_commands.md b/docs/event_commands.md index fdf611cbf..bb6d4def4 100644 --- a/docs/event_commands.md +++ b/docs/event_commands.md @@ -163,7 +163,7 @@ Until this document is filled out, the [G/S Scripting Compendium](https://hax.ii ## `$4E`: `yesorno` -## `$4F`: <code>loadmenuheader <i>menu_header</i></code> +## `$4F`: <code>loadmenu <i>menu_header</i></code> ## `$50`: `closewindow` @@ -241,7 +241,7 @@ Until this document is filled out, the [G/S Scripting Compendium](https://hax.ii ## `$75`: <code>showemote <i>emote_id</i>, <i>object_id</i>, <i>length</i></code> -## `$76`: <code>objectface <i>object_id</i>, <i>facing</i></code> +## `$76`: <code>turnobject <i>object_id</i>, <i>facing</i></code> ## `$77`: <code>follownotexact <i>object2</i>, <i>object1</i></code> |