I made a script to add levels on actor classes that are independent from actor levels. Everything seems to pass, with the exception of one minor feature... The levelup message keeps using the same skill name. The script can be found [here].
I made a script to add levels on actor classes that are independent from actor levels.
Everything seems to pass, with the exception of one minor feature...
The levelup message keeps using the same skill name.
The script can be found [
here].
This demo can be found [
here].
The dependencies are here:
- [Kendrick:ata_Levels::Exp::Noted]
- [Kendrick:ata_Levels::Exp]
- [Kendrick:ata_Levels]
- [Kendrick::Core]
I believe the error is in Kendrick:ata_Levels::Level_Management. Â That is where levelup notifications are pushed to observers.Â
Any advice here would be greatly appreciated.