6 lines
74 B
Plaintext
6 lines
74 B
Plaintext
|
if keyboard_check_pressed(ord("Z"))
|
||
|
{
|
||
|
room_goto(rm_title)
|
||
|
}
|
||
|
|