Undertale script viewer

← back to main script listing

gml_Object_obj_greenspeargen_Draw_0

(view raw script w/o annotations or w/e)
1
if (global.debug == 1)
2
{
3
    if (control_check_pressed(2))
4
        rating -= 1;
5
}
6
if (global.turntimer < 1)
7
    instance_destroy();