Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Linkforce on July 08, 2006, 10:11:49 PM

Title: Skill Subset
Post by: Linkforce on July 08, 2006, 10:11:49 PM
Ok, so I created a Skill Subset, and I made a skill that is specifically designated to that Subset.  But when I'm in a battle, the skill is set to the regular magic command, AND the Skill subset.  How do I make the skill stay only in the Skill subset?
Title:
Post by: Ruler of the Dark on July 08, 2006, 10:36:33 PM
You can't.

ANY skill whatsoever will appear in a command designated as 'Skill'.  Abilities that are in skill subsets will always appear in both the command of that subset, and any commands that are 'Skill'.

The way to make the ability only appear in the wanted command is to get rid of that character's Skill command.  Replace it with a command that's 'Skill Subset' and set all those skills to the new command.  Anything that doesn't work with this solution doesn't work in rm2k3, period.
Title:
Post by: Linkforce on July 08, 2006, 10:43:16 PM
Ah, yes that worked perfectly.  Thanks alot.  ^^'  

Dunno why I didn't think of that in the first place. :jest: