Undertale script viewer

← back to main script listing

gml_Object_obj_flowey_master_KeyPress_80

(view raw script w/o annotations or w/e)
1
if (global.debug == 1)
2
{
3
    instance_create(190, 260, obj_6pan);
4
    ppp = instance_create(415, 260, obj_6pan);
5
    ppp.spec = 1;
6
    instance_create(640, 260, obj_6pan);
7
}