Deltarune script viewer

← back to main script listing

gml_Object_obj_npc_rudy_Create_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
coughcon = -1;
3
laughcon = -1;
4
talked = 0;
5
if (global.flag[316 seen_hospital_scene] == 1)
6
{
7
    sprite_index = spr_rudy_d;
8
    image_speed = 0;
9
    x += 5;
10
}