I'm trying to use the key parameter to trigger a common event. I have multiple pictures and want to use the Escape key to erase the pictures. Right now I have an attach command in my event that I added all the picture IDs to and then hoping call a common event that erases all pictures when pressing the escape key. Do I need to use like an ASCII value for the key or put something like "ESC" in the parameter. Or is Escape a reserved key that can't be used since it calls the pause menu by default? Right now the command does nothing if I put ESC as the key parameter.
Thanks!