| 1 |
message[0] = "You want me... to...#shake your hand?"; |
| 2 |
message[1] = "Even after I#wrongfully attacked#you?"; |
| 3 |
message[2] = "But that is... a sign#of friendship... "; |
| 4 |
message[3] = "You're a human, right?#Is it the same where#you come from?"; |
| 5 |
message[4] = "I'm not sure... I#didn't ever expect to#meet another human."; |
| 6 |
message[5] = "Let alone befriend#them..."; |
| 7 |
message[6] = "Don't get me wrong!#I'd love to have a#friend!"; |
| 8 |
message[7] = "...I mean, I think. I#don't really remember#what that entails..."; |
| 9 |
message[8] = "I guess I'll give it#a shot if you will."; |
| 10 |
portrait[0] = 1768; |
| 11 |
portrait[1] = 1763; |
| 12 |
portrait[2] = 1765; |
| 13 |
portrait[3] = 1763; |
| 14 |
portrait[4] = 1780; |
| 15 |
portrait[5] = 1786; |
| 16 |
portrait[6] = 1768; |
| 17 |
portrait[7] = 1780; |
| 18 |
portrait[8] = 1769; |
| 19 |
message_end = 8; |
| 20 |
message_current = 0; |
| 21 |
message_draw = ""; |
| 22 |
increase = global.text_speed; |
| 23 |
characters = 0; |
| 24 |
hold = 0; |
| 25 |
message_length = string_length(message[message_current]); |
| 26 |
script_execute(scr_generate_text_counters); |