thj7/objects/obj_when/Step_0.gml

5 lines
60 B
Plaintext
Raw Normal View History

2021-11-28 00:21:18 -08:00
lifetime -= 1;
if (lifetime <= 0 ) {
instance_destroy();
}