Hey guys! Larynni here, with his 3rd system tutorial!
This one will let you get skills from items, by going to the Skillmaster! (Can also be done by using the item from your inventory, but I was just... too lazy to do it. Sooner or later, I might.)
Download the demo at: http://www.mediafire.com/?sw2pc1gwg2y
It is made using 0 common events (For now).
Here is how you can do it:
Coming soon: Getting them from your inventory!
~Larynni
This one will let you get skills from items, by going to the Skillmaster! (Can also be done by using the item from your inventory, but I was just... too lazy to do it. Sooner or later, I might.)
Download the demo at: http://www.mediafire.com/?sw2pc1gwg2y
It is made using 0 common events (For now).
Here is how you can do it:
Make a basic item called (Skill Name) Scroll.
Leave it blank or just add a description if you want.
Then, make a way to get it, like, from a chest, or from a monster.
Leave it blank or just add a description if you want.
Then, make a way to get it, like, from a chest, or from a monster.
Make a NPC that will be the Skillmaster.
Then, be sure to give it an introduction, like, "Hello! I am the Skill master, and I can convert your scrolls to skills!"
Then, make a conditional branch for each scrollable skill. (Conditional Branch: [___ Scroll] in invertory.)
Then, make it say "You have the ____ Scroll, I am now giving you the _______ skill!"
And then, Change Skills (character) + (skill).
Then, Change Items: _____ Scroll, -1.
There, you're done!
Then, be sure to give it an introduction, like, "Hello! I am the Skill master, and I can convert your scrolls to skills!"
Then, make a conditional branch for each scrollable skill. (Conditional Branch: [___ Scroll] in invertory.)
Then, make it say "You have the ____ Scroll, I am now giving you the _______ skill!"
And then, Change Skills (character) + (skill).
Then, Change Items: _____ Scroll, -1.
There, you're done!
~Larynni