OK,in RMXP is there a way to make an Item that can teach on ally a skill?
Yeah create an item and where it says item type hit Spell Book
He said for XP. That is simple my friend. Make a common event, on the commands bit make an event command that says, teach skill (skill name)
(I forget what it is called but I know it exists)
Then make an item, call it scroll or something, set it so it is only usable in menu, then set it to consumable then set the common event you just made -,-
oh,ok thanks
you will then realize you need to choose which hero obtain the skill and the player has no control over it
you will also realize mental doesn't know what he is talking about
and then you will realize that by using conditional branches to check which members are in the party and then asking the player if he wants any of those to learn the skill using show choices will be the best and just about only solution