Command SetupAuthor: Tsukihime
OverviewThis script allows you to choose which commands are available in battle.
You can also tag skills that should be treated as "command skills"; that is, they will be set up as commands rather than skills you choose from a skill list.
Features- Customize your battle commands
- Limit the number of commands you can choose
- Treat skills as commands
- Customize how many commands an actor has
- Increase/decrease that limit using script calls
UsageSet up your skills in the "Battle" menu.
In the database, tag any skills that should be treated as command skills using
CODE
<skilltype: 1>
Tag an actor with
CODE
<max-cmd: 10>
to give him 10 command slots by default.
Use the script calls
CODE
gain_commands(actor_id, amount)
lose_commands(actor_id, amount)
To increase or decrease the limit.
DownloadScript:
http://db.tt/2PMA25EG