Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_mazecheese_Collision_obj_mainchara
(
view raw script w/o annotations or w/e
)
1
if (type != 1 && type != 4)
2
{
3
if (global.interact == 0)
4
event_user(0);
5
}