Will this add a life to player in-game? This is a help asked question on Steam, but it seems others would like to know also.
And I couldn't find any info more than my own global.lua search.
---------------------------
addalife = g_PlayerLives +1
SetPlayerLives(addalife)
SendMessageF("setplayerlives",addalife) ---- ? is the purpose of this to write to the sprite??
--------------------------