1 |
text_effect = "twitchy"; |
2 |
message[0] = "Hey, what are you#doing?"; |
3 |
message[1] = "There's no need for#fighting now!"; |
4 |
message[2] = "We have to get going#if we wanna catch up!#Come on!"; |
5 |
portrait_head[0] = 3540; |
6 |
portrait_hand[0] = 2058; |
7 |
portrait_head[1] = 314; |
8 |
portrait_hand[1] = 2058; |
9 |
portrait_head[2] = 314; |
10 |
portrait_hand[2] = 2058; |
11 |
message_end = 2; |
12 |
message_current = 0; |
13 |
message_draw = ""; |
14 |
increase = global.text_speed; |
15 |
characters = 0; |
16 |
hold = 0; |
17 |
message_length = string_length(message[message_current]); |
18 |
script_execute(scr_generate_text_counters); |
19 |
circle_text_angle = global.circle_text_angle_default; |
20 |
circle_text_angle_direction = 1; |