I thought i might give it a try and make a tut.
My tuts are over events, and i plan to do more and make them harder as i progress.
This is my Basic Event Tutorials.
This Tutorial is one in a series of Tutorials
I am going to make concentrating on events.
1. Interactive NPC
Ok first you have to have a map with some npc's so I am
just going to use one of the maps form my game.
Ok in my map I have 3 guards guarding the path to the castle.
What i want them to do is ask me a question and when I answer
it right they will let me thought.
I am just going to use the guy I have in the middle as the
guy you need to talk to to pass.
OK Open up the middle guards event.
Ok now we need to make a question to ask the player.
Make a new message and add type in your question.
I am going to use this.....
Guard: What business do you have at Garn Castle?
Your code should look like this now.
Ok now that we have our question we need to make so
choices from which the player can chose form. First go
to the first page of events and add a "show choices"
then add all the choices you want the player to be able
to chose from. Here