Undertale script viewer

← back to main script listing

gml_Object_obj_doodlebug_Destroy_0

(view raw script w/o annotations or w/e)
1
global.monster[myself] = 0;
2
if (instance_number(object_index) == 1)
3
{
4
    with (obj_sosorry)
5
        p_mode = 0;
6
}