RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

DoubleX RMVXA Targeting Hotkeys

Started by DoubleX, May 23, 2015, 02:03:23 AM

0 Members and 1 Guest are viewing this topic.

DoubleX

Changelog
v1.00a(GMT 0200 23-5-2015):
1. 1st version of this script finished


Authors
DoubleX

Credits
DoubleX(Optional)

Purpose
Lets you set some hotkeys to speed up skill/item target selections

Configuration Values
      # Sets the hotkeys selecting a target that can be targeted in the target
      # window
      # The ith hotkey calls the ith target in the target window
      # Nothing will happen if the ith hotkey's pressed and the ith target in
      # the target window can't be targeted
      # A custom keymap binding script may help setting the hotkeys
      # Example: To disable this feature, set this as []
      HOTKEYS = [
        :KEY_1,
        :KEY_2,
        :KEY_3,
        :KEY_4,
        :KEY_5,
        :KEY_6,
        :KEY_7,
        :KEY_8
      ]


Games using this script
None so far

Compatibility

DoubleX RMVXA Targeting Hotkeys Compatibility

Prerequisites
Abilities:
1. Little RGSS3 scripting proficiency to fully utilize this script

Terms Of Use
You shall:
1. Keep this script's Script Info part's contents intact
You shalln't:
1. Claim that this script is written by anyone other than DoubleX or his aliases
None of the above applies to DoubleX or his/her aliases

Instructions
Open the script editor and put this script into an open slot between Materials and Main. Save to take effect.