Blue Magic Tutorial - By Momonja Blue Magic is the ability to steal a monster's magic spell(s). Blue Magic started out in the FF series, to be precise, FF5. 1. First off, create a skill called "Blue" and make it a switch. (We will refer to it as 0001:Blue) 2. Give it to one of your heroes/heroines and make them learn it at level 1. 3. Now, make a monster party with one monsters. (e.g: Blob) 4. Also make a variable called 0001:Randomizer 5. Create a new page and do the following: -Make the trigger 0001:Blue -Make the following: Creat a FORK condition and click on monsters, select Blob and click ok. Now inside the fork, erase the current face set. <>Select Face Graphic: Eras We are still inside the FORK condition so make randomize a variable between 1 and 2. <>Variable Ch:[0001:Randomize]Set, Random[1*2] Then make a message like: "Jack tries stealing the Blob's magic spell(s)..." Then make a new FORK, which is still inside the old FORK and make its trigger a new switch, 0002:Blob. Before you continue, make a spell that the Blob uses and you can steal. Oh yeah, don't forget to make this new FORK an ELSE case FORK. Inside the FORK (And outside the ELSE) make a message like: "Jack already knows all of the Blob's magic spells!" Inside the ELSE case make another FORK condition (With an ELSE case) and make its trigger the 0001:Randomize variable at a value of 2. Inside it, make a message like: "Jack has stolen 'Goop'!" (Goop is a magic spell.) Now we're still inside the FORK so make 'Jack' memorize Goop. Now in our newest else case, make it so Jack doesn't memorize Goop. Now at the very end, turn off 0001:Blue. And you are done! Remember, you can make it so there are two different monsters and you can steal their magic. Have fun with this little skill!