05-08-2009, 03:13 PM
ElMaligno Wrote:Hi, charlie, I found something strange, when i use a skill with the 'any scope tag' all works ok but in the next turn, if i use an item with, all allies or all enemies scope, then the item only affect at the target of the 'any scope skill'; like allways i tested it in my game and in your demo.CTB by Charlie - Scene_Battle
I have a question, it's possible to change the SHIFT button? if the answer is 'yes', What buttons are free of use en your battle system?
Thanks in advance. :ph34r:
line 2229
add "@any_scope = false"
before "return"
Basically you can choose among all the keys available in rmxp which are not used for other functions. This is the whole set.
DOWN LEFT RIGHT UP
A B C X Y Z L R
SHIFT CTRL ALT
F5 F6 F7 F8 F9
I only use directions, SHIFT, B, C.