Back to category: Foreign

Limited version - please login or register to view the entire paper.

aeon

UTORIAL
By Forks101
Hello, and welcome. Today, I will teach you how to summon creatures into battle to take your place, and how to script the events so that if it dies, you will return to the battlefield. First of all, you must know how many characters you are going to have in your game. If the number is four or less, you can skip the first part. Otherwise, read on.

First of all, we have to make sure that the correct party will return ahead of time, so we need to make a big jump forward to Common Events. Make a new common called Hero Identification. Set it to parallel process and no switches required. Script it like this:

<>FORK Optn. Summoner in party
<> Change Switch: [XXXX: Summoner in party] on set
<>
: Else Case
<>Change Switch: [XXXX: Summoner in party] off set.
<>
:End Case

Now, repeat this for each of your characters, replacing [XXXX: Summoner in party with a switch for each character. What you’ve just done is made a switch that will ...

Posted by: Chad Boger

Limited version - please login or register to view the entire paper.