Game Development Reference
In-Depth Information
: Branch End
@>Label: Return
@>Fadeout Screen
@>Transfer Player:[011:Arena] (009,027), Left
@>
Here you can see where all of those Jump to Label: Return commands lead. As in several other cases previously,
I used these solely as a precaution, given that there's no way for unwanted events to execute. The screen is faded
out before we transfer the player back to the first map. The other three rank challenge events can be added to our
announcer in the same way. All you have to change between each one are the chosen encounters and, if you desire,
some of the text shown to the player.
Creating the Arena Result Event
Back at the first map, we need an Autorun event (I placed a blank graphic event behind the arena sign-up NPC)
to handle the post-arena results. Because we have four possible challenges, and two possible outcomes for said
challenges, this event will have eight total pages. Don't be daunted, as the pages are simple enough.
RankDChallenge and ArenaWin to be on.
Page 1 requires
RankDChallenge and ArenaLoss to be on.
Page 2 requires
Every pair of pages after that will represent a different ranked challenge when the player wins
and when the player loses.
@>Fadein Screen
@>Wait: 60 frame(s)
@>Conditional Branch: Switch [0008:RankDClear] == OFF
@>Text: -, -, Normal, Bottom
: : Congratulations on clearing Rank D!
: : Greater challenges await you in Rank C,
: : whenever you are ready to face them!
@>Play SE: 'Item3', 80, 100
@>Text: -, -, Normal, Bottom
: : You have earned 2 Arena Tokens!
@>Change Items: [Arena Token], + 2
@>Control Switches: [0014:RankDChallenge] = OFF
@>Control Switches: [0014:ArenaWin] = OFF
@>Control Switches: [0014:RankDClear] = ON
@>Jump to Label: Done
@>
: Branch End
@>Conditional Branch: Switch [0008:RankDClear] == ON
@>Text: -, -, Normal, Bottom
: : Way to beat Rank D there!
: : However, you've done this already, right?
: : Come on, take a risk or two and take
: : a harder challenge, would you?!
@>Play SE: 'Item3', 80, 100
@>Text: -, -, Normal, Bottom
: : You have earned 2 Arena Tokens!
 
Search WWH ::




Custom Search