| 1 |
text_effect = "twitchy"; |
| 2 |
message[0] = "There you go! Just#like that!"; |
| 3 |
message[1] = "..."; |
| 4 |
message[2] = "Oh, it's my turn!#Sorry!"; |
| 5 |
message[3] = "See, the guidebook#didn't say it would#hurt really..."; |
| 6 |
message[4] = "Well, whatever, back#to protocol! Now it's#my turn!"; |
| 7 |
portrait_head[0] = 126; |
| 8 |
portrait_hand[0] = 2058; |
| 9 |
portrait_head[1] = 126; |
| 10 |
portrait_hand[1] = 2058; |
| 11 |
portrait_head[2] = 3540; |
| 12 |
portrait_hand[2] = 2058; |
| 13 |
portrait_head[3] = 2116; |
| 14 |
portrait_hand[3] = 2058; |
| 15 |
portrait_head[4] = 2087; |
| 16 |
portrait_hand[4] = 2058; |
| 17 |
message_end = 4; |
| 18 |
message_current = 0; |
| 19 |
message_draw = ""; |
| 20 |
increase = global.text_speed; |
| 21 |
characters = 0; |
| 22 |
hold = 0; |
| 23 |
message_length = string_length(message[message_current]); |
| 24 |
script_execute(scr_generate_text_counters); |
| 25 |
circle_text_angle = global.circle_text_angle_default; |
| 26 |
circle_text_angle_direction = 1; |