An extension Plugin to SRD_PKM_4MovesOnly!
Allows you to call upon a screen to select an Actor and delete a Skill from that Actor.
Can even delete undeleteable moves!
Look at the code or download the Plugin:
Help File:
This is simply a Plugin that opens a window that allows you to delete
any move from a selected Actor, even if that move is set to be
undeleteable.
This can be used to replicate the Move Deleter from the Pokemon games.
==========================================================================
How to Use
==========================================================================
Use the following Plugin Command to open the Move Deleter Menu:
OpenMoveDeleter
This will give you a list of all the Actors in the party.
Once one is selected, you will be allowed to delete any Skill once.
Once a Skill is deleted, the Plugin Command must be run again to revisit
the Actor selection.
==========================================================================
Deletion for Specific Actors
==========================================================================
If you wish to open the Move Deleter screen for a specific Actor, based
on their ID or position in the Party, you can use the following Plugin
Commands:
OpenMoveDeleterPage ID x
Replace x with the Actor ID of the Actor you wish to open the Move
Deleter page for.
Example: OpenMoveDeleterPage ID 2 – Opens Move Deleter for Actor ID 2
OpenMoveDeleterPage ID Vx
Replace x with the Variable ID containing the ID of the Actor you wish to
open the Move Deleter page for.
Example: OpenMoveDeleterPage ID V2 – Opens Move Deleter for Actor ID
stored in Variable ID 2.
OpenMoveDeleterPage Pos x
Replace x with the Party position of the Actor you wish to open the Move
Deleter page for.
Example: OpenMoveDeleterPage Pos 1 – Opens Move Deleter for the first
Actor in the party.
OpenMoveDeleterPage Pos Vx
Replace x with the Variable ID of the Party position of the Actor you wish
to open the Move Deleter page for.
Example: OpenMoveDeleterPage Pos V3 – Opens Move Deleter for the position
of the Actor contained in Variable 3.