Pokemon 4 Moves Only – MV Plugin

      5 Comments on Pokemon 4 Moves Only – MV Plugin

Very simple: this Plugin forces your Actors to only have 4 Skills.
On an attempt to obtain any more, they are given a screen and forced to delete one.
This is one more step to making the ultimate Pokemon game!


Look at the code or download the Plugin:


Behold! The Help File:

The name says it all.
This is a Plugin that restricts the maximum amount of Skills an Actor
can learn to 4.

If the actor learns more than 4, then a screen will display, and the
Actor must select one Skill to delete.

This is based off of the system used in Pokemon.

Other things you may want to note are:
– When initializing Actors, they’re given their 4 most recent Skills
– This Plugin does not affect Enemies
– You can manipulate the dialogue surrounding the Skill deletion
– You can set certain Skills to be un-deleteable
– An Actor’s most recently learned Skill can always be deleted

If you wish to implement a system to delete un-deleteable Skills,
use the extension Plugin: SRD_PKM_MoveDeleter

==========================================================================
How to Use
==========================================================================

This Plugin is plug-in and play for the most part.

However, there are a few things you may wish to customize:

==========================================================================
Parameters
==========================================================================

You can manipulate the Parameters to change how the Skill Deletion
choices look, along with the dialogue used to inform the Player a Skill
must be deleted.

Change “Message Background” to change the dialogue background to
normal, dim, etc.

For the “Alert Lines” and the “End Lines”, each line referes to a line
on the Show Text event that is displayed.

==========================================================================
Skill Notetags
==========================================================================

If you input this Notetag into a Skill’s notebox, then that Skill cannot
be deleted during the Skill deletion process.

There are two exceptions:
– If the Skill is the 5th Skill to be learned, then it will ALWAYS be
deleteable.
– If you use the SRD_PKM_MoveDeleter extension Plugin, then you can
call upon a screen to force any Actor to delete any Skill.

5 thoughts on “Pokemon 4 Moves Only – MV Plugin

  1. Emily

    I love your plug-ins and am wanting to try to create my own fan made pokemon game. So far all plug-ins are working, but when I add this plug -in, I get the error “Type Error: cannot read property ‘forgetSkillReady’ of null”. Can you think of a way to fix this?

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *