Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Actually you can already create that system with the plugin without manually reading the stat, the custom classes do just that, they can link base MZ parameters like HP to relevant stats with custom formulas 

But also you can manually read a stat or skill with the plugin command "retrieve stat/skill" (name could be a little different, I'm not at my PC rn)

Oh, you were right! It was under, "Get Character Info." For some reason I, at first glance, kept conflating that with the option above it, "open menu for actor." Thank you!

By any chance, is there a way to extend the functionality of the plugin command, "Change stat/skill value?" My thinking was that I could use it to make it so that say, whenever an enemy used an attack the targetted actor would gain XP in a respective stat for example (like in Final Fantasy 2.) I know that, "Last actor targetted," and "Last Actor ID to Act" are gamedata commands that you can use when making up variables, but for your "Change stat/skill value" command I can only find the options for the whole party, a specific actor or every actor? It's OK if it's not possible, I'll probably just scale back my design-scope to making so that killing enemies in general rewards the entire party XP, as opposed to XP being gained by acting and getting targetted like in FF2 or Morrowind.

(+1)

So an "Actor by Variable" option would be enough? It's a doable feature!