Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_dw_puzzlecloset_1_consolesequence_Other_10
(view raw script w/o annotations or w/e)
|
1
|
if (con == 0)
|
|
2
|
{
|
|
3
|
con = 1;
|
|
4
|
global.interact = 1;
|
|
5
|
}
|
|
6
|
if (con == -1)
|
|
7
|
{
|
|
8
|
con = 40;
|
|
9
|
global.interact = 1;
|
|
10
|
}
|