Charas-Project
Game Creation => Requests => Tutorials => Topic started 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!!
-
Do you mean using an event or giving them default names?
-
Page 2, Enter Hero Name.
-
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?
-
/n[1] or something like that. The '1' is for the first member of your heroes list.
-
Im asking like in some of the demos u get to set your own name in the game...
-
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.
-
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. :]]
-
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...