Undertale script viewer

← back to main script listing

gml_Object_obj_asgoremeet_event_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
image_xscale = 2;
3
if (global.plot > 205)
4
    instance_destroy();
5
else
6
    asg = instance_create(130, 300, obj_asgore_actor);