Tsukihime 1,489 Posted November 6, 2014 Recently I had needed a way to determine whether any key was pressed on the keyboard. This was because any key could potentially be used as an event trigger, and I didn't want to assume anything about what those keys might be. Without this check, the other safest way was to constantly execute the relevant methods, which may lead to reduced performance given a sufficient number of events on the map. Then I remembered there was a keyboard script available, which showed how to check the state of every key. Using this idea, I could simply check if any of the keys were pressed, and set a flag as needed, and then provide that as a convenient script call. Get the script at HimeWorks! 1 Share this post Link to post Share on other sites
Allusion 398 Posted November 6, 2014 Oh my gosh, Hime. I just had to jack-knife an event yesterday to avoid the exact scenario you outlined. This script is amazing~ Thank you! (Also: I really love your avatar! Looks great! <3 ) Share this post Link to post Share on other sites