Deltarune (Chapter 4) 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
is_coughing = false;
6
have_convo = false;
7
con = -1;
8
if (global.flag[316 seen_hospital_scene] == 1)
9
{
10
    sprite_index = spr_rudy_d;
11
    image_speed = 0;
12
    x += 5;
13
}