Undertale script viewer

← back to main script listing

gml_Object_obj_knifetargettest_Create_0

(view raw script w/o annotations or w/e)
1
myscore = 0;
2
check = 274;
3
thensc = 0;
4
fatalx = 274 + x;
5
wherex = -60;
6
lr = choose(0, 1);
7
if (lr == 0)
8
    event_user(4);
9
if (lr == 1)
10
    event_user(5);
11
wherex = choose(0, 20, 40, 60);
12
lr = choose(0, 1);
13
if (lr == 0)
14
    event_user(4);
15
if (lr == 1)
16
    event_user(5);