Game Development Reference
In-Depth Information
We transfer the player to the center of that map, a few squares to the south of the armored NPC that we're using
as the arena announcer. An RPG arena just isn't much of one if someone isn't announcing challengers and such.
We can kill two birds with one stone, as it were, by making that particular NPC our Autorun event as well. He will have
a total of four event pages. Each page has a conditional for each particular rank challenge switch. So, page 1 requires
RankDChallenge to be on, page 2 requires RankCChallenge to be turned on, and so forth. The general format of the
arena challenges is as follows:
A short announcement of the player's party is made.
A Battle Processing event in which the player can continue the game if he/she happens to lose
the battle begins.
If the player wins, the game loads up the second fight. If the player loses, he/she is sent back to
the first map.
The same process is repeated until the player wins three fights or loses.
Take a look below for a large part of the Rank D Challenge Autorun event.
@>Fadein Screen
@>Wait: 60 frame(s)
@>Text: -, -, Normal, Bottom
: : Welcome to the Rank D Arena Challenge!
: : Are the challengers ready?
@>Text: 'Actor4', 0, Normal, Bottom
: : I am.
@>Text: 'Actor5', 6, Normal, Bottom
: : As am I.
@>Text: -, -, Normal, Bottom
: : Let the games begin!
@>Battle Processing: Slime*2
: If Win
@>Recover All: Entire Party
@>Text: -, -, Normal, Bottom
: : Our challengers have won Round 1!
@>Play SE: 'Applause1', 80, 100
@>Text: -, -, Normal, Bottom
: : However, there are still two more rounds left!
: : Will our challengers rise to the challenge?!
@>Text: -, -, Normal, Bottom
: : Round 2 is now!
@>Battle Processing: Bat*2
: If Win
@>Recover All: Entire Party
@>Text: -, -, Normal, Bottom
: : The challengers take the second win of the day
: : in Rank D!
@>Play SE: 'Applause1', 80, 100
@>Text: -, -, Normal, Bottom
: : This is the moment of truth!
: : Will our aspiring challengers take the
: : title? Or, will the final challenge of Rank D
: : prove too much to handle?!
Search WWH ::




Custom Search