This function will restart the current room, as if it had just been entered.
room_restart();
N/A(无返回值)
if lives < 1 room_restart();
The above code checks to see if the variable "lives" is less than 1 and if it is it will restart the room.