well im not really looking for a script i just need 2 things 1 is it possible to make it so after you click something it clicks again i know it sounds stupid and useless but its actually pretty important i tried a few things including this
if Input.trigger?(Input::C)
Input.repeat(Input::C)
didnt work lol... and i also need a way to change a key just 1 when an event happens lol i think its possible with events but id preffer to add it to my script so i dont gotta set an extra event xP but ill acept even with events lookin for any help lol thanks
EDIT: actually i dont thnk itd be possible with events cause im using blizz abs+mouse controller+mouse menu lol and what i want is the Right mouse button to change to the back button while in the menu and then revert back to attack button when you return to map xP
There is a script by (I think) Fantasist that allows you to force key strokes.
just change the the
to
Input::Key['Mouse Right']
in the scenes you are using