Undertale Yellow script viewer

← back to main script listing

gml_Object_part_steam_mo_Step_0

(view raw script w/o annotations or w/e)
1
if particle_emit
2
{
3
    part_emitter_region(part_smokesys, part_smokeEm, x, x, y, y, 2, 1)
4
    part_emitter_stream(part_smokesys, part_smokeEm, part_smoke, -3)
5
}