Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_sandstorm_controller_Create_0

(view raw script w/o annotations or w/e)
1
storm_alpha = 0;
2
storm_alpha_current = 0;
3
storm_delay = 80;
4
storm_delay_current = 80;
5
storm_x_pos = 0;
6
storm_active = false;
7
storm_duration = 55;
8
storm_duration_current = 55;
9
sandstorm_hit = false;
10
storm_strength = 10;
11
storm_x_start = 40;
12
storm_y_start = 210;
13
storm_distance = 0;
14
if (global.dunes_flag[2] == 1)
15
    instance_destroy();