Multicast
Autor: 332211
Last Date Updated: 2009.05.12
Version: 2
Exclusive Script at RPG RPG Revolution
Introduction
This script allows the creation of skills like Doublecast which cast 2 or more spells in a row.
Script
Click to view attachment
Customization
Placing these tags into a skill's notebox will allow for a certain number of
spells to be cast in one turn.
<multi_cast x>
The skill will allow for x spells to be casted in one turn
(like Doublecast in FFT)
The skills which can be multicasted are the ones without the 'Physical Attack'
box checked.
<chain_cast>
The skill can be multicasted even without the 'Physical Attack' box checked.
<no_chain_cast>
The skill can't be multicasted even with the 'Physical Attack' box checked.
Compatibility
Defaul battle system
Alias:
- Scene_Battle:
~ determine_skill
~ execute_action_skill
~ update
New methods:
- Window_skill:
~ update_skill_list
~ update*
- Scene_Battle:
~ update_chain_skills_command_selection
~ target_ally_selection_cs
~ target_enemy_selection_cs
Screenshot

Credits
Yanfly, for the script head template

