Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_quote_battle_martlet_pacifist_insult_2_Create_0

(view raw script w/o annotations or w/e)
1
text_effect = "twitchy";
2
message[0] = "Come on, dig into#some deep aggression!";
3
message[1] = "Break down my self#esteem until it is#a pile of#metaphorical rubble!";
4
message[2] = "Crush my mental health#like a bug under#your shoe!";
5
message[3] = "Wait... do you crush#bugs?";
6
portrait_head[0] = 126;
7
portrait_hand[0] = 2058;
8
portrait_head[1] = 126;
9
portrait_hand[1] = 2058;
10
portrait_head[2] = 126;
11
portrait_hand[2] = 2058;
12
portrait_head[3] = 126;
13
portrait_hand[3] = 2058;
14
message_end = 3;
15
message_current = 0;
16
message_draw = "";
17
increase = global.text_speed;
18
characters = 0;
19
hold = 0;
20
message_length = string_length(message[message_current]);
21
script_execute(scr_generate_text_counters);
22
circle_text_angle = global.circle_text_angle_default;
23
circle_text_angle_direction = 1;