Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_train_choice_Create_0

(view raw script w/o annotations or w/e)
1
xs = 1;
2
ys = 1;
3
sizex = 1;
4
sizey = 1;
5
enlarge = 0;
6
image_index = 0;
7
image_speed = 0;
8
draw_alpha = 0;
9
fade_out = false;
10
selection = 0;
11
selection_confirmed = false;
12
choice[0] = "Save Ed";
13
choice[1] = "Save The Others";
14
train_timer = 900;
15
audio_play_sound(snd_mainmenu_select, 1, 0);