Quote: (Seph2): Hey! I can see my house from here! (lyn...
blade2k » articles & tutorials

jump to:
Tutorials » Game Creation » RPG Maker 2003

A more interactive town.


Reading Article
Author: arthuryanthar
Posted on 02/28/2005
print :: back to list
This tut teaches you how to make a more interactive town.

E

ver made a town with only 2 people in it. Or have people say the same thing to you every time. Well here is a way to make your town seem real as any town. For this tutorial you will need:
1.An event (make it look like a person)
2.A variable (call it talking)

Start out by making an event. Make it activated my push key and make it have random movement. this is a talking example for a little girl. You can edit the messages however you want. the coding is below:

<>Set varible talking set to random 1*4
Fork Condition - talking = 1
<>Message: My name is Angelica
Else
Fork Condition - talking = 2
<>Message: My mommy says I'm as pretty as an angel
Else
Fork Condition - talking = 3
<>Message: Hello Mister
Else
Fork Condition - talking = 4
<>Message: Bye bye Mister


Now whenever you want to add another towns person, just copy and paste this event, just change what the even looks like and the messages