Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_asset_steamworks_dark_pipe_Step_0

(view raw script w/o annotations or w/e)
1
if (global.sworks_flag[1] < 4)
2
    return;
3
if (irandom(steam_chance) == 1 && can_steam == true)
4
{
5
    alarm[0] = 45
alarm[0]

can_steam = true
6
    can_steam = false
7
    image_speed = 1
8
}