Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_viro_needle_Collision_obj_omawaroid_vaccine

(view raw script w/o annotations or w/e)
1
if (active)
2
{
3
    active = 0;
4
    spawnVirus = 0;
5
    image_speed = 1;
6
    speed = 0;
7
    if (other.topspeed == 0)
8
        other.topspeed = other.speed;
9
    other.speed = 0;
10
}