Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_martlet_g_fight_mode_Create_0

(view raw script w/o annotations or w/e)
1
image_speed = 1/3;
2
image_index = 0;
3
sound_looper = 0;
4
id_martlet = 2345;
5
global.id_store = id;
6
with (id_martlet)
7
{
8
    image_alpha = 0;
9
    time_elapsed = 0;
10
    sign_modifier = 1;
11
    time_elapsed_g = 0;
12
    sign_modifier_g = 1;
13
    id_martlet_fight_mode = global.id_store;
14
}