The RPG Maker Resource Kit

Other Game Creation => Program Troubleshooting => Topic started by: DARK_ETERNAL on August 28, 2009, 12:19:05 AM

Title: Add Skill items
Post by: DARK_ETERNAL on August 28, 2009, 12:19:05 AM
Greetings.
I'm working in a small project, and I came with the idea of making some special items to add skills bypassing class restrictions. The thing is, I initially created them for an specific character, according to the options I can access... But I want to make them dinamic and therefore create a common event for any character. Anyone knows how should I proceed?

Thanks in advance
Title: Re: Add Skill items
Post by: shaz on August 28, 2009, 08:11:57 AM
The easiest way would be to use Show Choices with each actor's name, so the player can decide who to give the skill to.
Obviously it'd go into a common event and the item they learn the spell from needs to have that common event attached to it.


The nicer way would be to add a script to the menu so the player may choose the character to learn the skill.