Arkbennett 16 Report post Posted December 14, 2007 "Message" Command This command is usually used for character speech, but can be used for other things such as telling the player that he or she obtained items when he/she opens up a chest. The Message command has special codes in it which allow you to perform special functions, how to do it and their functions follow. \n[x]- Displays a hero name equivalent to the ID number. \v[x] - Displays a variable value equivalent to the ID number. \c[x] - Changes the text to the color equivalent to the ID number. \g - Displays the amount of gold you have in the top-right window. I?m sure you notice that the first three codes have the x sign, this of course means that a number goes in place of it. The number for hero name and variable value is it?s ID Number. If you go into the database (The button to the right of the ? Scale button)you should see on a hero tab. If you haven?t edited the heroes in the tab yet, there should be a highlighted line saying ?001: Arshes? The ?001? part is his ID number, take note that you can omit the zeros. The same thing goes for variables, it should have an ID number next to it, but we?ll explain variables in the later chapters. So as an example let?s say I typed this in a message box: \n[1]: Hi, my name is \n[1]! It would show up as: Arshes:Hi, my name is Arshes! Colors are a little different command wise, the default colors are as follows: 0 - White1 - Blue 2 - Red 3 - Green 4 - Teal 5 - Purple 6 - Yellow 7 - Grey So if you replaced the x with 1 the text following it would appear blue. Don?t forget that if you just want a word a certain color, that you half to change it?s color back. ________________________________________________________________________________ "Show Choices" Command This command allows user input by text. Before we start, I want you to know that normal message box will only allow 4 lines. Think about this if you'd like the message and it's options to be in the same text. For example: If I had two sentences and two choices: Arshes:Look here is some candy, what should I do with it? -Eat it -I'm not hungry However, if I had three possible choices it would make another message box like so:Arshes:Look here is some candy, what should I do with it? -Eat it-I'm not hungry -Throw it at the homeless man If you've already tried typing a normal message, you might've noticed that it'll stop you after three lines. However, you are more than capable of adding an extra line by simply adjusting the bottom part of the window that you type your text in. Now basically by using this command you can cause the conversation to move in different paths. I'll use the example above to show you what it looks like in Rpg Maker.. <>Message: Arshes: : : Look here is some candy, what should I do with it? <>Show Choices: Eat it, I'm not hungry : [Eat it] <> : [I'm not hungry] <> End <> Notice the "<>"? This indicates a empty command line. Let's add a message under "Eat it": <>Message: Arshes: : : Look here is some candy, what should I do with it? <>Show Choices: Eat it, I'm not hungry : [Eat it] <>Message: Yummy! <> : [I'm not hungry] <> End <> Now if you choose the choice "Eat it" another message box will appear and say "Yummy!". Now after the commands under "Eat it" is complete, the event skips over "I'm not hungry" and reads what's after End. This is vital to remember. Ok, almost done with this command. If you notice when you set up the "Show Choices" command there is blue text to the right that says "Cancel Handler" this means that if you press the Cancel Key (X and Esc) the game will automatically select this option. Disallow - The disables the use of the Cancel Key.Choice 1 - Selects option 1. Choice 2 - Selects option 2. Choice 3 - Selects option 3. Choice 4 - Selects option 4. Custom Handler - Executes a different option. I'll give you an example of the Custom Handler. <>Message: Arshes: : : Look here is some candy, what should I do with it? <>Show Choices: Eat it, I'm not hungry : [Eat it] <>Message: Yummy! <> : [I'm not hungry] <> : [Cancel Handler] <>Message: Hey look! It's a babe with cotton candy! <> End <> If you press the cancel key a message box would appear and say "Hey look! It's a babe with cotton candy!" ________________________________________________________________________________ "Input Number" Command Allows the player to input numerical values that's stored in a variable. The second part with this goes with conditional branchs or you can display it in a message box with the "\v" command. Inputting a number takes up one line in a message box and you can only input number up to eight digits long. ________________________________________________________________________________ "Message Display Options" Command Very useful for adding a type of style for message commands, the options to edit a message box position follows: TopMiddle Bottom The options to affect the the visibility of the message box follows:ShowDon't Show It's very basic and self explanatory, if you want something similer to FFX when Tidus narrates set the options to "Bottom" and "Don't Show. This concludes chapter 1. Share this post Link to post Share on other sites
Black Shadow 14 Report post Posted December 14, 2007 :lol: http://www.rmxpunlimited.net/forums/index.php?showtopic=829 You probably forgot about this one. Share this post Link to post Share on other sites
Arkbennett 16 Report post Posted December 15, 2007 Nah, I rememberd. I just don't know if I still have authority of there. Besides this one is more updated.. I think. Share this post Link to post Share on other sites
Marked 197 Report post Posted December 15, 2007 http://www.rmxpunlimited.net/forums/index....mp;CODE=leaders You do. You are still a teacher. So you can have these topics moved to your class if you like. Great work on this. Share this post Link to post Share on other sites
Arkbennett 16 Report post Posted December 15, 2007 Alrighty, sweet deal. =) Can someone move this and Chapter II in my section? Share this post Link to post Share on other sites
ennoch 0 Report post Posted January 6, 2008 I dont get it! Whatever way I do it just keeps saying "Hi my name is \001[1]!" I dont get it... Can you upload a printscreen from the program and show me please? Thanks Share this post Link to post Share on other sites
Guest Hellfire Dragon Report post Posted January 6, 2008 Your doing it wrong it's not supposed to be Hi my name is \001[1]! it supposed to be \n[1] Where did you see \001[1]? Share this post Link to post Share on other sites
Arkbennett 16 Report post Posted January 6, 2008 Don't change the "n", change the "x" in \n[x]. So if you want hero one, it'd look like this: \n[1] Share this post Link to post Share on other sites
Zichiker 0 Report post Posted January 28, 2008 I don't get it either. It won't work for me. Can you tell me exactly how you're supposed to do and where you're supposed to do it? Share this post Link to post Share on other sites
Marked 197 Report post Posted January 29, 2008 Sorry I quickly made this: Share this post Link to post Share on other sites
Zichiker 0 Report post Posted January 29, 2008 It won't work with me. I did it exactly like that but it won't work. I wonder why it won't work. Share this post Link to post Share on other sites
Arkbennett 16 Report post Posted January 29, 2008 You did something wrong. I've owned both the legal and Postality Knights. Review what you did, and make sure. Share this post Link to post Share on other sites
Zichiker 0 Report post Posted January 29, 2008 You did something wrong. I've owned both the legal and Postality Knights. Review what you did, and make sure. Ok. Let's see. Do I put it in the show test window? If I do, then I've done that 100 times. I put it exactly like this: /n[1]. Exactly like that. Is there anything else I need to do? Share this post Link to post Share on other sites
Leon 55 Report post Posted January 29, 2008 Try using the other slash key. Computers are picky, so there is a difference between / and \. Share this post Link to post Share on other sites
Zichiker 0 Report post Posted January 29, 2008 Try using the other slash key. Computers are picky, so there is a difference between / and \. Appearantly that was the problem. Thanks. Share this post Link to post Share on other sites
AeroGames 0 Report post Posted June 3, 2011 This is very helpful to me. Thanks. Thanks for telling us how to do colors and to show the hero's name. Now I can change the name of my characters. Thanks. Share this post Link to post Share on other sites