1 |
execute_normal = true; |
2 |
execute_random = false; |
3 |
text_effect = "twitchy"; |
4 |
text_effect_2 = "twitchy"; |
5 |
color_count = 0; |
6 |
random_message = 0; |
7 |
egg_eat = false; |
8 |
message[0] = "So you know ze#art of ze egg,#but what about#taste?"; |
9 |
message[1] = "Bon Appétit!"; |
10 |
message[2] = "..."; |
11 |
message[3] = "...Incroyable!"; |
12 |
message[4] = "Simply delicious!"; |
13 |
message[5] = "Compliments to#ze chef!"; |
14 |
message[6] = "Oh right, zat#ez me! Hahah!"; |
15 |
message[7] = "But you, my#instructor!"; |
16 |
message[8] = "You are one of#great talent!"; |
17 |
message[9] = "Zank you for#guiding my#spatula!"; |
18 |
message_end = 9; |
19 |
message_current = 0; |
20 |
message_draw = ""; |
21 |
increase = global.text_speed; |
22 |
characters = 0; |
23 |
hold = 0; |
24 |
message_length = string_length(message[message_current]); |
25 |
script_execute(scr_generate_text_counters); |
26 |
circle_text_angle = global.circle_text_angle_default; |
27 |
circle_text_angle_direction = 1; |