Two things to do with dying:
1) I died and used a potion, I was no longer able to use the arrow keys after that.
2) I died, and while the screen was moving towards me, paused. The inventory moved to the right. (That is to say, didn't move at all, when the screen was moving.)
EDIT: Oh, and apparently, saving is a bad idea.
___________________________________________
ERROR in
action number 1
of Key Press Event for <Escape> Key
for object obj_player_self:
In script script_addline:
Error in code at line 1:
//// Adds a line to the display// argument0 = the test, argument1 = the color//{ for (i=0; i<global.maxline-1; i+=1) { global.line[i] = global.line[i+1]; global.color[i] = global.color[i+1]; } global.line[global.maxline-1] = argument0; global.color[global.maxline-1] = argument1;}
at position 236: Negative array index