Health at start of game

Game_Cre8or
03 Dec 2018, 12:42

How do I change the health at the start of a quest game, in 'Text Adventure'?


mrangel
03 Dec 2018, 14:52

If you are using the health feature, you can't. The first time the player takes control of a certain character (including at the start of the game), their health is forced to 100.

I would suggest disabling the "health" feature, and just give the player object a health attribute yourself. Alternatively, you can change the player's health in your start script, which should run after it's been reset to 100.


Game_Cre8or
03 Dec 2018, 15:14

Thank you very much! :)


DarkLizerd
04 Dec 2018, 03:59

You could always just "hurt" the player to the required HP level...


Game_Cre8or
04 Dec 2018, 12:45

@DarkLizerd thank you VERY much!!!