Collision_oPlayer.gml 79 B

12345
  1. if pickup_timer < 0
  2. {
  3. global.save_data.player.Credit++;
  4. instance_destroy();
  5. }