Announcement

Collapse
No announcement yet.

Character Names and Intro

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Character Names and Intro

    Okay,like many rpgs,I want the player to name the main character in the beginning of the game,and I want the player to name the other party members as they join him/her,but I want to know how to automate the name when the character says the character's name without saying the character's real name in contrast to the player's character name,for example,you name a character Tom,and you want other characters interacting and saying his name,but you don't want the character's name to be the default name that you put in the database,you want it to be the player's character name.Also,I want to make an intro event that starts the game after the stroyteller sequence in the beginning?How is this possible?Is it possible?

    #2
    Re: Character Names and Intro

    1) I'm not to sure on this, I got an idea you can test though. Instead of typing the name out, just go into the name menu (bottom left corner of the keyboard during name input) and select the character. That might automate it to that characters name.

    2) It's possible, and easy. Setup an invisible event wherever you start, like in a town or on the world wap. Set mode 1 to auto. For the event code, do what you want it to do, either dialogue or just inserting a storyteller event. After you've entered that in, add a mode 2 to the event, and switch to mode 2. If you don't switch to mode 2, it will keep looping and you wont be able to play. Here's what it should look like.

    (Invisible Event)
    Mode 1: Auto

    Event Code:
    Storytellers (or whatever you want to happen after the beginning sequence)
    Add Mode: Invisible Event
    Modify Mode: Invisible Event Mode 2

    That's all.

    Comment


      #3
      Re: Character Names and Intro

      Originally posted by Cynoc
      1) I'm not to sure on this, I got an idea you can test though. Instead of typing the name out, just go into the name menu (bottom left corner of the keyboard during name input) and select the character. That might automate it to that characters name.
      I tried that yesterday, it doesn't work. Still shows the original name. I'm hoping there is some way to do it, otherwise there's really no point in having a "Enter name" command at all.
      I want that Mulan McNugget sauce, Morty!

      Comment

      Working...
      X