Skip to content

Instantly share code, notes, and snippets.

@AlecYawata
Created December 8, 2015 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlecYawata/cce6857854a2f66b2bca to your computer and use it in GitHub Desktop.
Save AlecYawata/cce6857854a2f66b2bca to your computer and use it in GitHub Desktop.
主人公の名前を、変数に入った文字列に変える
// イベントのスクリプトに以下の3行を追加、アクターIDと変数IDを変更してください
var actorId = 1; // アクターID
var variableId = 1; // 名前の入った変数ID
$gameActors.actor(actorId).setName($gameVariables.value(variableId));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment