You are not logged in.
Pages: 1
I've been wondering for some time now, if it's possible to increase health through the BSL scripts? The health of the player is 300 or whatever, is it possible to increase this?
Offline
Yes but it will reduce every second even if the player is not being hit.
chr_set_health 0 500, where 0 is the character.
The best way to increase the health of a character is via xml editing.
Online
Thanks, it works. I'll look into that XML stuff later.