Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_intro_text_Create_0

(view raw script w/o annotations or w/e)
1
message[0] = "For years, monsters have#been sealed away by#a powerful spell.";
2
message[1] = "A spell that could only be#broken with seven human#SOULs.";
3
message[2] = "Their king was peaceful#and wished to avoid any#more conflict...";
4
message[3] = "But eventually declared that#any human who fell...";
5
message[4] = "Would die...";
6
message[5] = "Mt. Ebott...";
7
message[6] = "Few humans have braved#this mountain.";
8
message[7] = "Those who did... were#never seen again.";
9
message_current = 0;
10
message_end = 7;
11
message_draw = "";
12
increase = 1;
13
characters = 0;
14
hold = 0;
15
message_length = string_length(message[message_current]);
16
counter = 0;
17
counter_max = 2;
18
increase_message_count = false;