Deltarune (Chapter 1) script viewer
← back to main script listing
gml_Object_obj_growtangle_bouncer_Other_12
(view raw script w/o annotations or w/e)
|
1
|
with (obj_king_body)
|
|
2
|
active = 1;
|
|
3
|
with (obj_growtangle)
|
|
4
|
growcon = 3;
|
|
5
|
global.turntimer = 3;
|
|
6
|
instance_destroy();
|