Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_floweytrigger_Create_0

(view raw script w/o annotations or w/e)
1
if (global.flag[24 Flowey introduction progress] == 1)
2
{
3
    instance_create(160, 160, obj_flowey1)
4
    instance_destroy()
5
}
6
if (global.flag[24 Flowey introduction progress] == 3)
7
{
8
    if (global.flag[17 Dalv fate] == 0)
9
        instance_create(160, 160, obj_determination)
10
    instance_destroy()
11
}