Undertale script viewer

← back to main script listing

gml_Object_obj_6book_act_Other_14

(view raw script w/o annotations or w/e)
1
if (con == 0 && type == 0)
2
{
3
    type = 1;
4
    event_inherited();
5
    with (obj_6book_master)
6
    {
7
        con = 1;
8
        alarm[4] = 100;
9
    }
10
}