Undertale script viewer
← back to main script listing
gml_Object_obj_papyrus1_Alarm_3
(view raw script w/o annotations or w/e)
|
1
|
if (conversation == 7)
|
|
2
|
conversation = 8;
|
|
3
|
if (conversation == 9)
|
|
4
|
conversation = 10;
|
|
5
|
if (conversation == 15)
|
|
6
|
{
|
|
7
|
with (obj_cosmeticblcon)
|
|
8
|
instance_destroy();
|
|
9
|
conversation = 16;
|
|
10
|
}
|
|
11
|
if (conversation == 21)
|
|
12
|
conversation = 22;
|
|
13
|
if (conversation == 24)
|
|
14
|
conversation = 25;
|