I think I have your guide to the game with "RPG Maker
XP (rpg xp)" in detail, you can completely do without my watch
instructions, instructions in the help article only you learn how to make games
faster
I do not want to waste their time as well as you, so you try
to understand and practice, this is very simple, but you must have basic
knowledge, but that is not necessary I will not mention back
Now we start with the advanced knowledge,
Part 1: variable (v), the variable is a value that can
change
We try to do small assignments before doing advanced
exercises
Input v1, v2 , so
that output v3, v3 = [v1 + v2]
There are many variables used to solve this problem, you
also accept in any way, is critical thinking game programming ^ ^
We use v3, as intermediate variables, for v3 = v1, v2 and v3
= v3 +
So: v3 = [v1 + v2]
Maybe if you did not see this article on dropping, or you do
not try the game, but I probably would have difficulty guide, I promise to do
more tut, but you think you can forget what you do not know , following
instructions, do not always look to the past!
Now we skip rigid mathematical knowledge, constraints, I
will guide you to make mini-game
Mini game is but little game in the game, such as fishing,
horse racing, two-three, casino, .. it helps your game is not boring
We do Casino games, mini games divided into 2 types, 1 so
easy to do, the 2nd is also very easy if you know how to do "mini game
1"
Mini Game 1:
Enter 2 numbers, if the number is greater than 1, you get 2
bonus 1.000G
Okey, 1 mini game, or rather, is certainly not, now we have
to mini game 2
Mini Game 2:
Now to create a mini-casino games, it is easy,
Export v1 = random (0-5), and v2 = random (0-5), if v1 is
greater than v2, then you win, you get 1000G,
V1, v2 are any number, whose value is 0,1,2,3,4,5, computer
randomly, and if v1> v2 then as you win
If there is anything evaluation, please leave a comment,
thank