Ok, I have looked around some more and have added the following:
-cursor_move event processing
-info window
-battler image

Can someone look at the scripts and comment on what can be improved, any questionable code, etc?
For example, the window with the battler image is my "info window". Should it instead just be the help window since the default engine provides definitions for a help window and it seems pretty standard.
In particular, is there a better way to add event handles for up/down/left/right? For example maybe someone decided to override the default controls completely and I might want to know what they're using for ":UP".
Currently I just extend process_handle, but it fails when I try to add pageup and pagedown cause its parent simply deactivates the window (I tried overriding process_handle completely, but it didn't work either).
http://www.mediafire.com/?naj390qp82yrhi4Also, how can I automatically resize an image?
This post has been edited by Tsukihime: Apr 12 2012, 09:40 PM