Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created June 29, 2021 15:30
Show Gist options
  • Save triacontane/ec375b75befed88b078678aa03886987 to your computer and use it in GitHub Desktop.
Save triacontane/ec375b75befed88b078678aa03886987 to your computer and use it in GitHub Desktop.
フォロワーにバルーン表示(完了までウェイト付き)
var follower = $gamePlayer.followers().follower(0);
if (follower) {
this._character = follower;
this._character.requestBalloon(1);
this.setWaitMode('balloon');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment