Jump to content
DoubleX

DoubleX RMVXA Hotkey Addon to YSA Battle System: Classical ATB

Recommended Posts

Prerequisites

DoubleX RMVXA Bug Fixes to YSA Battle System: Classical ATB

http://www.rpgmakervxace.net/topic/21110-doublex-rmvxa-bug-fixes-to-ysa-battle-system-classical-atb/

YSA Battle System: Classical ATB(Created by Yami)

http://www.rpgmakervxace.net/topic/865-ysa-battle-system-classical-atb/page-3?hl=+active%20+time%20+battle

 

Script name

DoubleX RMVXA Hotkey Addon to YSA Battle System: Classical ATB

 

Author

DoubleX:

- This script

Yami:

- YSA Battle System: Classical ATB

 

Terms of use

Same as that of YSA Battle System: Classical ATB except that you must also give Yami credit(you should do this anyway) if you give DoubleX or his alias credit

 

Introduction

Lets users use hotkeys to select party members that can input actions

 

 

#==============================================================================|
#  ** You only need to edit this part as it's about what this script does      |
#------------------------------------------------------------------------------|

module DoubleX_RMVXA
  module YSA_CATB_Hotkey_Addon

#------------------------------------------------------------------------------|
#    A custom keymap binding script maybe helpful for setting the keys below   |
#------------------------------------------------------------------------------|

    # Sets the hotkeys for selecting the party members that can input actions
    # The ith hotkey calls the ith party member
    # Nothing will happen if the corresponding party member can't input actions
    PARTY_HOTKEYS = [
      :NUMPAD1, # 1st party member
      :NUMPAD2, # 2nd party member
      :NUMPAD3, # 3rd party member
      :NUMPAD4, # 4th party member
      :NUMPAD5, # 5th party member
      :NUMPAD6, # 6th party member
      :NUMPAD7, # 7th party member
      :NUMPAD8, # 8th party member
      :NUMPAD9, # 9th party member
      :NUMPAD0 # 10th party member
    ]

#==============================================================================|

 

 

 

Features

Easy, quick and simple hotkey settings(Almost no scripting knowledge is needed to use this script, you just have to know the symbols of the hotkeys)

 

Instructions

Open the script editor and put this script into an open slot between the script DoubleX RMVXA Bug Fixes to YSA Battle System: Classical ATB and Main. Save to take effect.

 

Compatibility

Same as that of YSA Battle System: Classical ATB

 

FAQ

None

 

Changelog

v1.00a(GMT 0600 28-2-2015):

- 1st version of this script finished

 

(DoubleX)YSA CATB Hotkey Addon v1.00a.txt

Edited by DoubleX

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.

×