Deltarune (Chapter 5) script viewer
← back to main script listing
gml_Object_obj_attack_orange_simplesin_CleanUp_0
(view raw script w/o annotations or w/e)
|
1
|
if (con != 3)
|
|
2
|
{
|
|
3
|
with (obj_orange_enemy)
|
|
4
|
{
|
|
5
|
visible = true;
|
|
6
|
x = xstart;
|
|
7
|
y = ystart;
|
|
8
|
}
|
|
9
|
}
|