Charas-Project

Game Creation => Requests => Tutorials => Topic started by: Lukas on February 10, 2008, 03:29:20 PM

Title: How to name your own charaters
Post by: Lukas on February 10, 2008, 03:29:20 PM
Can anyone how to find the scripting system to name your own charaters in the game ((on 2k3 btw)) Plz help!!
Title:
Post by: X_marks_the_ed on February 10, 2008, 03:37:51 PM
Do you mean using an event or giving them default names?
Title:
Post by: lilsniffs3 on February 11, 2008, 04:46:38 PM
Page 2, Enter Hero Name.
Title:
Post by: imthewalrus on February 16, 2008, 03:41:30 PM
If you don't mind me butting in, does anyone know how to make it so that the text will actually show the name you put in?

 
Title:
Post by: Moosetroop11 on February 16, 2008, 05:22:47 PM
/n[1] or something like that. The '1' is for the first member of your heroes list.
Title:
Post by: Lukas on February 22, 2008, 05:44:24 PM
Im asking like in some of the demos u get to set your own name in the game...
Title:
Post by: A Forgotten Legend on February 22, 2008, 05:49:56 PM
Yes, you use Enter Hero Name option in an event.  Then, when you want for someone to say that name, you type: /n[-insert character's code here-] just like MT11 said.
Title:
Post by: Beyond Element on March 20, 2008, 09:14:06 PM
When you make an event you can go to page two on the event options and it should have the option to "Enter Hero Name" and you can put the name in just look for his default name and set  it to that. :]]
Title:
Post by: Ex-Rated on March 20, 2008, 10:33:01 PM
For RMXP its a script. You enter it somehow, and then it changes a variable to the name you entered. Then to make somebody talk with the name, its like...

Hello \PN! How are you?
In game it would show...
Hello Bill! How are you?
Or whatever they entered...

BUT! I don't know how lol...