Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Keeper98

2
Posts
1
Topics
A member registered Sep 15, 2019

Recent community posts

(2 edits)

Appreciate the response! This does get me to the point where I can display the Growth Rate for a specific class or actor, and that's great! But I'm having difficulty translating that to the menu where it would need to display the current rate for the selected character.

For example I can set the displayed parameter to my Mage class, but when opening the same menu for my Knight, it will still display the Mage class parameters because the code isn't there to change the parameters to Knight.

Edit: Nevermind! By declaring a constant I was able to replace the actor ID with "user" and it now displays accurately. Thank you for the help and the awesome plugin!

Hi there! Big fan of this plugin and it seems to do everything I need it to, I'm just trying to find the best way to display Growth Rates in the menu for each character. I've been attempting to use the script call for "$gameActors.actor(ID).paramGrowthChance(paramId, isCustom, classId)" to do so, but am having little luck so far. I fear I might just be missing something obvious.

I'm attempting to show the number within the menu provided by VisuStella (MZ ElementStatusCore), trying to replace one of the extra parameters shown in the menu (i.e HIT).  This got me to the point where the menu is recognizing that something has been put into it, but leaving the space blank. I have tried multiple variations to try and pull the right variable without luck.

I am also using a Duplicate Actors plugin, so pulling straight from the actor is not really an option - though in attempts to fix it, I found that this isn't an issue tied to this plugin as I get the same errors without it. I just need to be able to pull up the specific instance of the selected character's stats in the menu the same way one might reference their HP or Attack. I did try to turn the paramGrowthChance into a custom parameter in an attempt to reference it that way, but ran into similar issues trying to pull the number at all.

The sample project also does not seem to have any display for these Growth Rates so I didn't really have a good reference to pull from and thought I might just ask here for a step in the right direction. Thank you for the help!