Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_quote_battle_martlet_pacifist_confused_2_Create_0

(view raw script w/o annotations or w/e)
1
text_effect = "twitchy";
2
message[0] = "Okay, wait, I'm really#confused!";
3
message[1] = "First of all: Ow! Why?#Why do you keep#hitting me?!";
4
message[2] = "I mean, yes, I am#attacking you, but‒OW!";
5
message[3] = "At least be consistent#please!";
6
message[4] = "Like, if you attack me#a bunch and then it's#your turn again...";
7
message[5] = "Well, then I expect#you to attack,#and I can ready#myself, you know?";
8
message[6] = "But when you keep#going back and forth#like this...";
9
message[7] = "You're giving me#whiplash!";
10
message[8] = "Plus, I don't know#how to feel right#now!";
11
message[9] = "You attacked me, so#I should have no#qualms with#apprehending you!";
12
message[10] = "...but then you#stopped attacking me,#so I thought:";
13
message[11] = "\"Hey, maybe you#overreacted, Martlet!\"";
14
message[12] = "\"Being a human isn't#such a serious crime!\"";
15
message[13] = "\"Maybe just let the#kid off with a#warning this time!\"";
16
message[14] = "\"If you catch them#being human again,#that's when you#arrest them!\"";
17
message[15] = "But then you hit me#again, and now#everything is all#muddled!";
18
message[16] = "And now all I#know is OWWW it#hurt.";
19
portrait_head[0] = 2427;
20
portrait_hand[0] = 2058;
21
portrait_head[1] = 3259;
22
portrait_hand[1] = 2058;
23
portrait_head[2] = 3540;
24
portrait_hand[2] = 2058;
25
portrait_head[3] = 3475;
26
portrait_hand[3] = 2058;
27
portrait_head[4] = 1673;
28
portrait_hand[4] = 2058;
29
portrait_head[5] = 3475;
30
portrait_hand[5] = 2058;
31
portrait_head[6] = 3540;
32
portrait_hand[6] = 2058;
33
portrait_head[7] = 3475;
34
portrait_hand[7] = 2058;
35
portrait_head[8] = 1673;
36
portrait_hand[8] = 2058;
37
portrait_head[9] = 2087;
38
portrait_hand[9] = 2058;
39
portrait_head[10] = 3475;
40
portrait_hand[10] = 2058;
41
portrait_head[11] = 126;
42
portrait_hand[11] = 2058;
43
portrait_head[12] = 126;
44
portrait_hand[12] = 2058;
45
portrait_head[13] = 126;
46
portrait_hand[13] = 2058;
47
portrait_head[14] = 126;
48
portrait_hand[14] = 2058;
49
portrait_head[15] = 3475;
50
portrait_hand[15] = 2058;
51
portrait_head[16] = 390;
52
portrait_hand[16] = 2058;
53
message_end = 16;
54
message_current = 0;
55
message_draw = "";
56
increase = global.text_speed;
57
characters = 0;
58
hold = 0;
59
message_length = string_length(message[message_current]);
60
script_execute(scr_generate_text_counters);
61
circle_text_angle = global.circle_text_angle_default;
62
circle_text_angle_direction = 1;