Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_npc_drinki_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited()
2
if (global.geno_complete[3] == true && global.route == 3)
3
{
4
    instance_destroy()
5
    return;
6
}
7
if (global.dunes_flag[41] >= 1)
8
{
9
    instance_destroy()
10
    return;
11
}
12
image_speed = 0.2
13
message[0] = "* (This monster is too busy#  quenching their thirst to#  speak.)"
14
message[1] = "* (With eye-catching water like#  that, who could resist?)"