Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_asset_steamworks_pipe_2_Step_0

(view raw script w/o annotations or w/e)
1
if (irandom(steam_chance) == 1 && can_steam == true)
2
{
3
    alarm[0] = 45
alarm[0]

can_steam = true
4
    can_steam = false
5
    image_speed = 1
6
}