Experience Penalty on Death
Small example of a implementation for Experience penalty on death.
Open your
BPC_RPGSystem
and bind either aOnDeath
dispatcher:Add the following code that will reduce the current Level Experience by fixed 10%.

For instance, if you are level 50 with 83%, you'll end with 73% but it'll never go under 0%.
Last updated