Deltarune script viewer

← back to main script listing

gml_Object_obj_alphysalley_event_ch1_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
if (global.flag[269 talked_to_alphys] == 0)
3
{
4
    con = 1;
5
}
6
else
7
{
8
    con = 999;
9
    instance_destroy();
10
}