Woah, thanks for that Scorpiorus 
I didn't know you needed to go into interactions...
My script now looks like this:
Code: ags
BUT, when I test the game, the button still doesn't work :o
Mysterious? Seems to be...

I didn't know you needed to go into interactions...
My script now looks like this:
#sectionstart room_a // DO NOT EDIT OR REMOVE THIS LINE
function room_a() {
// script for room: Repeatedly execute
if (IsKeyPressed(13)==1) NewRoom(2);
}
#sectionend room_a // DO NOT EDIT OR REMOVE THIS LINE
BUT, when I test the game, the button still doesn't work :o
Mysterious? Seems to be...