The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: OngekibouRekka on July 31, 2013, 08:48:50 PM

Title: [RM2K Destiny Patch] GetKey / GetKeyText command
Post by: OngekibouRekka on July 31, 2013, 08:48:50 PM
Hi, I'm having a problem with this command using BananenJoe's Destiny Patcher, specifically within the Keyboard Objects.

I want to use the Enter Password function (which in RM2K, only has support for six keys), but for all buttons (I need more buttons for a menu). GetKey works fine, but it continues if you hold the button down - I want it to act like Wait Until Key Hit is on.

GetKeyText seems like it should do this and it does, but it seems to lag heavily, taking around a second to actually register the press.

Can anyone help me with this?