Muspellsheimr
Active member
I am looking for a way to change a class from a prepared caster to a spontaneous caster, etc through archtypes. There does not appear to be an interface option for this, so I have been trying an eval script of
This does not appear to work (though does not return any error messages), so either the tags are wrong and I have no idea what to change them to, or the archtype system does not currently support this change. I do not believe it to be a priority issue, as I have tried running it at First, Post-Levels, Post-Attributes, and Final Phase with no luck.
Additionally, even if the tag replacement is a success, I am uncertain how the system will handle differences in spells known/prepared & spells per day.
Suggestions or fixes?
Code:
First / 500
perform hero.delete[CasterType.MemBook]
perform hero.assign[CasterType.SpontBook]
This does not appear to work (though does not return any error messages), so either the tags are wrong and I have no idea what to change them to, or the archtype system does not currently support this change. I do not believe it to be a priority issue, as I have tried running it at First, Post-Levels, Post-Attributes, and Final Phase with no luck.
Additionally, even if the tag replacement is a success, I am uncertain how the system will handle differences in spells known/prepared & spells per day.
Suggestions or fixes?
Last edited: