Undertale script viewer

← back to main script listing

gml_Object_obj_core_enemyevent_Create_0

(view raw script w/o annotations or w/e)
1
image_xscale = 6;
2
con = 0;
3
global.flag[200 kills_area_pointer] = 205;
4
if (global.plot > 178)
5
    instance_destroy();
6
if (global.flag[7 true_pacifist] == 1 || global.flag[8 disable_random_encounters] == 1)
7
{
8
    instance_destroy();
9
    exit;
10
}