Actor's Options
Version: 2Author: Charbel RamyDate: February 14, 2009Description
Adds the Actor's Options in the Status Window.
Features
- Allows you to enable or disable the actor's options
Screenshots
Instructions
1.Past the script in the material section above main.
2.In a "Script..." event command, call this:
$game_actors[id].opt(tf)
id = the actor id in the database
opt = tss, fxe, atb, sgd, phm, cbn.
tf = true or false (enable or disable)
tss = Two Swords Style
fxe = Fixed Equipment
atb = Automatic Battle
sgd = Super Guard
phm = Pharmacology
cbn = Critical Bonus
e.g. to enable Two Swords Style for actor.id1: $game_actors[1].tss(true)
Script
See attached file
Credit
Support
Email: charbelramy@hotmail.com
Restrictions
Free for use in your work if credit is included.