Example: I Click on Blast, text box pops up. And I type in A. Now everytime I press "A" it will use Blast.
How would I go on by doing something like that?
And also how could I limit it to lets say only "A,S,D,F"?
Or something in that area?
I would imagine it being something like
mob/verb/test()
usr.test2=input("Type in either A,S,D or F in box"," Macro") as text
if(usr.test2=="A")
//Do whatever here...
Again I don't really know how I would do this which is why I'm kinda asking...
Also I would like it to work with Multiple Skills.
Is it possible to do it without the skills sharing same name or whatever????