Max Lives Limit?

Hello there, fellow developers!

I've searched for the keywords "life", "lives" and "max" both on the manual and on the forum itself, with no success, so here we go.

Is there any way to limit the life count in a game? I want my players to be unable to get more than 9 lives, and I know there are script methods to achieve this, but I could swear there was some native method of limiting how many lives a player can get.
 
I know there is a constant for that, if I am not mistaken.
I am searching about it and will return once I found.

DC replied at Discord - there is no hardcoded max lives limit.

you can either script the itens to not give you a life if you already has 9 lives and use score#.c global event to not give you a new life if you already has 9
 
Back
Top Bottom