1 |
message[0] = "See that heart? That#is your SOUL. The#very culmination of#your being!"; |
2 |
message[1] = "Your LV represents#your LOVE... it's..."; |
3 |
message[2] = "Heh... I'm sure you#won't have to worry#about that."; |
4 |
message[3] = "In the Underground,#monsters may try#to attack you!"; |
5 |
message[4] = "If you see bullets#like these..."; |
6 |
message[5] = "You need to avoid#them at all costs!"; |
7 |
message[6] = "Try dodging my#bullets now! Here#they come!"; |
8 |
portrait[0] = 1934; |
9 |
portrait[1] = 1936; |
10 |
portrait[2] = 1945; |
11 |
portrait[3] = 1934; |
12 |
portrait[4] = 1936; |
13 |
portrait[5] = 1934; |
14 |
portrait[6] = 1934; |
15 |
message_end = 6; |
16 |
message_current = 0; |
17 |
message_draw = ""; |
18 |
increase = global.text_speed; |
19 |
characters = 0; |
20 |
hold = 0; |
21 |
message_length = string_length(message[message_current]); |
22 |
script_execute(scr_generate_text_counters); |