Undertale script viewer
← back to main script listing
gml_Object_obj_mainchara_KeyPress_80
(
view raw script w/o annotations or w/e
)
1
if (global.debug == 1)
2
{
3
if (room_speed < 40)
4
room_speed = 200;
5
else
6
room_speed = 30;
7
}