Lives
From GMWiki, the Gamemaker Wiki.
lives is a built-in global variable that works as a normal global variable despite you don't have to write global. in front of it. Some D&D actions use the variable. lives can be used to store anything but is meant for storing the number of lives that the player has. When lives reaches 0, the event Other->No more lives is executed if there is any.

