Deltarune (Chapter 3) script viewer
← back to main script listing
gml_Object_obj_roaringknight_splitslash_Other_7
(view raw script w/o annotations or w/e)
|
1
|
if (slash && visible)
|
|
2
|
{
|
|
3
|
if (!playerstrike)
|
|
4
|
instance_destroy();
|
|
5
|
else
|
|
6
|
image_alpha = 0;
|
|
7
|
}
|