- Joined
- May 30, 2015
- Messages
- 816
- Reaction score
- 826
- First Language
- English
- Primarily Uses
Follower and Battle Member Options
By DreamX
Introduction/Features
With notetags, you can choose which party members can appear as a follower or participate in battle.
Patch Notes
v1.08 - Now compatible with and requires YEP Party System
How to Use
* ============================================================================
* How To Use
* ============================================================================
* Place this plugin BELOW Yanfly's Party System plugin.
*
* Use <no_follow:1> in an actor's notetag to permanently prevent them from
* appearing as a follower.
* Use <no_follow_switch:x> in an actor's notetag to designate a switch as what
* determines whether they're a follower. Change x to the switch number.
*
* * Do not use both follower notetags at the same time for the same actor,
* choose one or the other.
*
* To quickly alter follower visibiity, you can use these plugin commands.
*
* ToggleFollower 2 - Toggles the visiblity of an actor as a follower.
* Use the actor id. In this case, it is actor #2.
* ShowFollower 4 - Shows actor as follower
* Use the actor id. In this case, it is actor #4.
* HideFollower 6 - Hides actor as follower
* Use the actor id. In this case, it is actor #6.
*
* Alternatively, you can use just change the associated switch while having
* the parameter "Automatic Refresh" on.
*
* Use <no_battle:1> in an actor's notetag to permanently prevent them from
* appearing in battle. Use <no_battle_switch:x> in an actor's notetag to
* designate a switch as what determines whether they appear in battle. Change x
* to the switch number. If the switch is true, the actor won't appear in battle.
* If it's false, they will. Do not use both notetags at the same time for the
* same actor, choose one or the other. You don't need to use plugin commands
* when using the switch notetag for battle.
*
* Use <no_menu:1> in an actor's notetag to permanently prevent them from
* appearing in menus. Use <no_menu_switch:x> in an actor's notetag to
* designate a switch as what determines whether they appear in menus. Change x
* to the switch number. If the switch is true, the actor won't appear in menus.
* If it's false, they will. Do not use both notetags at the same time for the
* same actor, choose one or the other. You don't need to use plugin commands
* when using the switch notetag for menus.
* ============================================================================
* Terms Of Use
* ============================================================================
* Free to use and modify for commercial and noncommercial games, with credit.
* ============================================================================
* Compatibility
* ============================================================================
* To use Hime's Custom Party Leader, make sure to place it under this plugin.
* ============================================================================
* Credits
* ============================================================================
* DreamX
* Thanks to Shaz and Liquidize on the Rpg Maker forum for assistance.
* Thanks to Gilles on Rpg Maker Forum for assistance.
* Thanks to Yanfly for YEP Party System.
Screenshot

Script
By DreamX
Introduction/Features
With notetags, you can choose which party members can appear as a follower or participate in battle.
Patch Notes
v1.08 - Now compatible with and requires YEP Party System
How to Use
* ============================================================================
* How To Use
* ============================================================================
* Place this plugin BELOW Yanfly's Party System plugin.
*
* Use <no_follow:1> in an actor's notetag to permanently prevent them from
* appearing as a follower.
* Use <no_follow_switch:x> in an actor's notetag to designate a switch as what
* determines whether they're a follower. Change x to the switch number.
*
* * Do not use both follower notetags at the same time for the same actor,
* choose one or the other.
*
* To quickly alter follower visibiity, you can use these plugin commands.
*
* ToggleFollower 2 - Toggles the visiblity of an actor as a follower.
* Use the actor id. In this case, it is actor #2.
* ShowFollower 4 - Shows actor as follower
* Use the actor id. In this case, it is actor #4.
* HideFollower 6 - Hides actor as follower
* Use the actor id. In this case, it is actor #6.
*
* Alternatively, you can use just change the associated switch while having
* the parameter "Automatic Refresh" on.
*
* Use <no_battle:1> in an actor's notetag to permanently prevent them from
* appearing in battle. Use <no_battle_switch:x> in an actor's notetag to
* designate a switch as what determines whether they appear in battle. Change x
* to the switch number. If the switch is true, the actor won't appear in battle.
* If it's false, they will. Do not use both notetags at the same time for the
* same actor, choose one or the other. You don't need to use plugin commands
* when using the switch notetag for battle.
*
* Use <no_menu:1> in an actor's notetag to permanently prevent them from
* appearing in menus. Use <no_menu_switch:x> in an actor's notetag to
* designate a switch as what determines whether they appear in menus. Change x
* to the switch number. If the switch is true, the actor won't appear in menus.
* If it's false, they will. Do not use both notetags at the same time for the
* same actor, choose one or the other. You don't need to use plugin commands
* when using the switch notetag for menus.
* ============================================================================
* Terms Of Use
* ============================================================================
* Free to use and modify for commercial and noncommercial games, with credit.
* ============================================================================
* Compatibility
* ============================================================================
* To use Hime's Custom Party Leader, make sure to place it under this plugin.
* ============================================================================
* Credits
* ============================================================================
* DreamX
* Thanks to Shaz and Liquidize on the Rpg Maker forum for assistance.
* Thanks to Gilles on Rpg Maker Forum for assistance.
* Thanks to Yanfly for YEP Party System.
Screenshot

Script
Last edited by a moderator:


