* @desc Sets the list of hotkeys selecting skill/item targets
* @default []
复制代码
Spoiler: Plugin Command
Code:
* @command setTargetingHotkey
* @desc Sets the mapping from the target index to the hotkey
* selecting the corresponding target
* @arg targetIndex
* @type number
* @desc The index of the target selected by hotkey targetHotkey
* @arg targetHotkey
* @type string
* @desc The keymap of the hotkey selecting the target with index targetIndex
复制代码
Spoiler: Author Notes
1. A custom key map plugin, like DoubleX_RMMZ_Custom_Key_Maps, can be useful when setting hotkeys to select targets in this plugin
Spoiler: Prerequisites
Plugins:
1. DoubleX RMMZ Enhanced Codebase
Abilities:
1. Nothing special for most ordinary cases
2. Little RMMZ plugin development proficiency to fully utilize this
(Elementary Javascript exposures being able to write beginner codes up to 300LoC scale)