Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: chaucer on June 28, 2011, 04:40:11 pm

Title: Forced Keys and Key change(Resolved)
Post by: chaucer on June 28, 2011, 04:40:11 pm
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
Spoiler: ShowHide
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
Title: Re: Forced Keys and Key change
Post by: Blizzard on June 28, 2011, 04:52:10 pm
There is a script by (I think) Fantasist that allows you to force key strokes.
Title: Re: Forced Keys and Key change
Post by: nathmatt on June 28, 2011, 05:21:43 pm
just change the the
input::B
to
Input::Key['Mouse Right']
in the scenes you are using
Title: Re: Forced Keys and Key change(Resolved)
Post by: chaucer on June 28, 2011, 05:52:27 pm
Awesome thanks guys that did it