Undertale script viewer

← back to main script listing

gml_Object_obj_insidiousconveyor_Create_0

(view raw script w/o annotations or w/e)
1
active = 1;
2
collide = 0;
3
if (global.plot > 167)
4
{
5
    active = 0;
6
    collide = -1;
7
}
8
ss = 0;