Small example of a implementation for Experience penalty on death.
Open your BPC_RPGSystem and bind either a OnDeath dispatcher:
BPC_RPGSystem
OnDeath
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 2 years ago