Skip to content

Instantly share code, notes, and snippets.

@triacontane
Last active October 27, 2022 15:34
Show Gist options
  • Save triacontane/4803e0e5b65f09072afc22944609e11e to your computer and use it in GitHub Desktop.
Save triacontane/4803e0e5b65f09072afc22944609e11e to your computer and use it in GitHub Desktop.
フォロワーにイベントの方を向かせる
$gamePlayer.followers().follower(0).turnTowardCharacter($gameMap.event(3));
@triacontane
Copy link
Author

0 : フォロワー番号(0..3)
3 : イベントID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment