Anybody know how to set the maximum sp a character can reach (I want to set it to 100)?
I think it would be something like this but im not sure
if actor.max_sp >= 100
set actor.max_sp = 100
i'm looking at where to set this limit (script wise) so that characters cannot curve past 100 sp.
i hope thats not too confusing,
thanks!