6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
|
if keyboard_check_pressed(ord("Z"))
|
||
|
{
|
||
|
room_goto(rm_test)
|
||
|
}
|
||
|
|