-
Notifications
You must be signed in to change notification settings - Fork 382
Description
Is your feature request related to a problem? Please describe.
Change the give exp, to "set exp", and then accept positive and negative values to be added to or subtracted from the current xp.
Ps: Due to the #384 / #381 , currently is possible to remove xp from the player, just set a variable to a negative value and give xp to the player based on the value of the variable. (no errors, no bugs).
Which player reaches 0 exp. It is no longer possible to remove exp. (In case to make it return to the previous level.)
I am opening this feature request so that there may be (who knows) in the future the feature to subtract exp in the "normal" way too, in addition to the level being subtracted when the player reaches 0 exp when another attempt to subtract exp is executed. (in this case he would return to the previous level with 99% of the xp needed to return to the level he was in).
Another reason is that you probably didn't program this feature to subtract exp either, and then I would be using the engine in a way that I shouldn't (among many other things I use, in the way that I shouldn't)
Describe the solution you'd like
I ended up quoting the solution above
Additional context
Add any other context or screenshots about the feature request here.