gmc-jam-3/objects/object24/Destroy_0.gml

7 lines
116 B
Plaintext
Raw Normal View History

var __b__;
__b__ = action_if_variable(global.life, -1, 2);
if __b__
{
action_create_object(obj_player, 512, 608);
}