YANFLY ENGINE ACE - RENAME ACTOR

RPG Maker VX Ace

Add-On to YEA - Ace Status Menu

  • YF
  • 12/26/2011 04:23 PM
  • 3288 views


DL Link

This script allows your player to be able to rename characters straight from the Status Menu if Ace Status Menu is installed. You are able to allow and disallow specific actors from being able to be renamed as well as allow even an actor’s title to be retitled.

Insert these notetags into your actor noteboxes:

<rename allow>
<rename disallow>

This tag will allow/disallow renaming of the specific actor. Whatever default setting you set for actors can be counteracted by one of these two tags.

<retitle allow>
<retitle disallow>

This tag will allow/disallow retitling the specific actor. Whatever default setting you set for actors can be counteracted by one of these two tags.





For the Western users who are using the Japanese Trial version, if you are getting the Japanese name entry, change this setting under Game_System to false if you want Latin characters to show up.

---

Original Blog Page