1 |
text_effect = "twitchy" |
2 |
message[0] = "Umm... Hold on, I'm#checking this one more#time." |
3 |
message[1] = "That can't be right!#You're not fighting#back!" |
4 |
message[2] = "I don't want to hurt#you! You're all cute#and stuff!" |
5 |
message[3] = "You go on and have#your turn, I'm gonna#check that handbook#again." |
6 |
portrait_head[0] = 3561 |
7 |
portrait_hand[0] = 2058 |
8 |
portrait_head[1] = 3475 |
9 |
portrait_hand[1] = 2058 |
10 |
portrait_head[2] = 2116 |
11 |
portrait_hand[2] = 2058 |
12 |
portrait_head[3] = 3561 |
13 |
portrait_hand[3] = 2058 |
14 |
message_end = 3 |
15 |
message_current = 0 |
16 |
message_draw = "" |
17 |
increase = global.text_speed |
18 |
characters = 0 |
19 |
hold = 0 |
20 |
message_length = string_length(message[message_current]) |
21 |
script_execute(gml_Script_scr_generate_text_counters) |
22 |
circle_text_angle = global.circle_text_angle_default |
23 |
circle_text_angle_direction = 1 |