Delete livesname and livespic

Status
Not open for further replies.

Prisima

Member
I am making a soc for a custom HUD, and HUD_LIVESNAME (name of the playing character as displayed above the life icon) and HUD_LIVESPIC (life icon of the playing character) have to be erased because their size varies with custom wads and might overlap the custom hud graphics. Any help?
 
You'll have to use a Lua script for that sorry. =P

Should be pretty simple though:

Code:
hud.disable("lives")

That's literally all you need to put in the Lua script I think?
 
Status
Not open for further replies.

Who is viewing this thread (Total: 1, Members: 0, Guests: 1)

Back
Top