//put this in the create event time=room_speed*10 //replace 10 with the number of seconds you want to count down from //step event if (time>1) { time-=1; } if (time<=1) { lives-=1; time=100; }