Undertale script viewer

← back to main script listing

gml_Object_obj_shyrenmovenpc_Create_0

(view raw script w/o annotations or w/e)
1
siner = 0;
2
image_speed = 0;
3
if (global.flag[7 true_pacifist] == 0)
4
{
5
    instance_destroy();
6
    exit;
7
}
8
hole = scr_marker
scr_marker

thismarker = instance_create(argument0, argument1, obj_npc_marker); thismarker.visible = true; thismarker.image_speed = 0; thismarker.sprite_index = argument2; return thismarker;
(x + 12, ystart + 50, spr_centeredhole);
9
hole.image_alpha = 0.9;
10
hole.depth = 600000;