Random Rename for Actor

● ARCHIVED · READ-ONLY
Started by ovate 2 posts View original ↗
  1. Random Rename - 2014.04.29 (Ver1.01)

    Creator name:
    prico​

    Overview

    It's possible to randomly change the name of the actor through event command > script

    Features

    - Name list is based on male or female
    - You're free to add on/ modify name list

    Notes for Script:
    ChangeNameMale(X)
    Will randomly assign male name to actor ID specified with X.
    For X, specify the actor ID (number to the left of the actor's name)

    Example:ChangeNameMale(3)
    Will randomly give the male name to actor #3 from database.

    ChangeNameFemale(X)
    Will randomly assign a female name to actor ID specified by X.
    For X, specify the actor ID (number to the left of the actor's name)

    Example:ChangeNameFemale(7)
    Will randomly give the female name to actor #7 from database.

    Also, if you put a variable ($game_variables[variable ID]) in X
    You can change the name of the actor whose number is (variable ID)

    Installation
    Paste this script above Main.

    [embedded media]

    Credit and Thanks- Prico
    website: Sister's Eternal 4th(Ancient)
    URL: http://pricono.whitesnow.jp/

    Permission to use: Not required, but please mention in the game, Readme, etc.

    Terms of Use- Free for commercial and non-commercial use.
  2. I like this but my project uses a lot of notetags with the actors name, do I wont be able to use this unless a notetag character name is added