Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_quote_battle_martlet_pacifist_confused_end_ext_ext_Create_0

(view raw script w/o annotations or w/e)
1
text_effect = "twitchy";
2
message[0] = "Well, some of the time#at least.";
3
message[1] = "And some of the time#is good enough for#me!";
4
message[2] = "Oh, I have a great#idea!";
5
message[3] = "What if I help you get#through Snowdin before#you become an adorable#popsicle?!";
6
message[4] = "And, along the way,#I can teach you#to be a better citizen#of the Underground!";
7
message[5] = "It'll be fun! It#happens in movies all#the time!";
8
message[6] = "A grumpy little human#enters and then two#or three montages#later...";
9
message[7] = "TA-DA!";
10
message[8] = "Okay, I'll be right#back! I need to#go figure how#to trigger a montage!";
11
portrait_head[0] = 314;
12
portrait_hand[0] = 2058;
13
portrait_head[1] = 3235;
14
portrait_hand[1] = 2058;
15
portrait_head[2] = 126;
16
portrait_hand[2] = 2058;
17
portrait_head[3] = 2087;
18
portrait_hand[3] = 2058;
19
portrait_head[4] = 2087;
20
portrait_hand[4] = 2058;
21
portrait_head[5] = 3673;
22
portrait_hand[5] = 2058;
23
portrait_head[6] = 126;
24
portrait_hand[6] = 2058;
25
portrait_head[7] = 126;
26
portrait_hand[7] = 2058;
27
portrait_head[8] = 126;
28
portrait_hand[8] = 2058;
29
message_end = 8;
30
message_current = 0;
31
message_draw = "";
32
increase = global.text_speed;
33
characters = 0;
34
hold = 0;
35
message_length = string_length(message[message_current]);
36
script_execute(scr_generate_text_counters);
37
circle_text_angle = global.circle_text_angle_default;
38
circle_text_angle_direction = 1;