Health at start of game
Game_Cre8or
03 Dec 2018, 12:42How do I change the health at the start of a quest game, in 'Text Adventure'?
mrangel
03 Dec 2018, 14:52If 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:14Thank you very much! :)

DarkLizerd
04 Dec 2018, 03:59You could always just "hurt" the player to the required HP level...
Game_Cre8or
04 Dec 2018, 12:45@DarkLizerd thank you VERY much!!!