Hi there!
I'm using QABS and i have made all configuration and so far is all ok.
But i'm trying to make this for android. In computer works fine.
But in android, i want to assign the use of an skill to a picture, with picture common events from yanfly.
Or with Aloe mobile ui through a javascript code.
More specifically the letter "a" that i'm using in keyboard to use a skill.
But the plugins for abs, in parameters, dont have script calls or a plugin command that can i assign to a picture to use the skill on android.
Anyone has a clue for that?
I have already try to put that in a common event or in a javascript code in aloe mobileui, but not work.
Code:
QInput.keys = {65};
any.push(QInput.keys[65])
this.isTriggered('#a' + any)
Also, in the Demo has this script call for a Event use a skill
Code:
var chara = this.character();
chara.useSkill(2);
But i have no idea if has a script call like this for the player.
I'm not sure if it's possible to emulate a keyboard key on android. But I think there might be a way pressing on the picture and the actor uses the skill. Either via script call or plugin command ... But I could not find it.
I have searched the code, but im not a programmer... but i think the answer might be in one of them.
I'm not su
QABS.JS -
https://raw.githubusercontent.com/quxios/QMV-ABS-Demo/master/js/plugins/QABS.js
QINPUT -
https://raw.githubusercontent.com/quxios/QMV-ABS-Demo/master/js/plugins/QInput.js