Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_quote_battle_martlet_pacifist_intro_Create_0

(view raw script w/o annotations or w/e)
1
text_effect = "twitchy";
2
message[0] = "Martlet of the Royal#Guard has encountered#a human!";
3
message[1] = "Prepare to apprehend!";
4
message[2] = "Protocol one, be#courteous and allow#your opponent the#first attack!";
5
message_col[0] = "Martlet                                            ";
6
portrait_head[0] = 2087;
7
portrait_hand[0] = 2058;
8
portrait_head[1] = 2087;
9
portrait_hand[1] = 2058;
10
portrait_head[2] = 126;
11
portrait_hand[2] = 2058;
12
message_end = 2;
13
message_current = 0;
14
message_draw = "";
15
increase = global.text_speed;
16
characters = 0;
17
hold = 0;
18
message_length = string_length(message[message_current]);
19
script_execute(scr_generate_text_counters);
20
circle_text_angle = global.circle_text_angle_default;
21
circle_text_angle_direction = 1;