|
|
|
 |
Posted 2008-06-10, 11:52 AM
in reply to PumpkinSoul's post "Help Please"
|
 |
 |
 |
Well first, to move the background (I'm assuming a basic map) you'll need to use the pan screen command to move the map around. (2nd page, 4th down on the right.) Just play around with it to find what you want it to do.
Secondly, to have words slowly come across without using pictures for each word (which would be time consuming) you can use general commands in the message boxes. For example, using commands like "\s[5]As I thought. \|Camels." would have the result of the text going slower (\s[5]) and a stop (\|) before the word, "Camels."
Other text commands(there are a lot more than I can remember off the top of my head):
Code:
\\ Shows "\".
\c[n] Changes the text color to the color that matches n, n being a number from 0 to 19.
\s[n] Changes the text speed to n, where n is a number from 1 to 20, 1 being the fastest.
\n[n] Displays the name of the hero in the database with ID n, n being any numerical value. (\n[0] will show the name of the first member in the current party)
\v[n] Displays the value held in variable n, n being any numerical value.
\$ Shows the amount of money held.
\! The remainder of the message after this code is only shown when the player presses a key.
\. Adds a 1/4 second delay to the part of the message which follows this code.
\| Adds a 1 second delay to the part of the message which follows this code.
\^ Closes the message window without key input.
\_ Shows half a space. |

|
 |
 |
 |
|
|
|
|
|
|
|