Scripts / Will this add a life to player in-game?

Author
Message
GubbyBlips
6
Years of Service
User Offline
Joined: 14th Jan 2019
Location:
Posted: 20th Jan 2019 22:39
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??
--------------------------


PM
GubbyBlips
6
Years of Service
User Offline
Joined: 14th Jan 2019
Location:
Posted: 20th Jan 2019 22:52
or just
g_PlayerLives = g_PlayerLives+1
for simplicity of no local variables?
PM
GubbyBlips
6
Years of Service
User Offline
Joined: 14th Jan 2019
Location:
Posted: 20th Jan 2019 22:57 Edited at: 20th Jan 2019 23:10
Works perfectly! When addalife is assigned local. But I haven't tried to
just

SetPlayerLives(g_PlayerLives+1)
for simplicity of no local variables?
PM
AmenMoses
GameGuru Master
9
Years of Service
User Offline
Joined: 20th Feb 2016
Location: Portsmouth, England
Posted: 20th Jan 2019 23:07
Or ...

SetPlayerLives( g_PlayerLives + 1 )
Been there, done that, got all the T-Shirts!
PM
GubbyBlips
6
Years of Service
User Offline
Joined: 14th Jan 2019
Location:
Posted: 20th Jan 2019 23:12
I was sure it must be simpler- just snuck that in!
PM

Login to post a reply

Server time is: 2025-04-04 14:04:38
Your offset time is: 2025-04-04 14:04:38