Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I'm using the short name of MSXP and I've written the same way in the numerous places, but couldn't get it to work that way at all. For instance, $gameParty.members()[0].MSXP wouldn't return the value, but $gameParty.members()[0].cparam(3) would. I also used a.MSXP + a.atk * 4 - b.def * 2 in my damage formula but I get the same amount of damage every time. I had this in the note tag for a skill and it didn't work:

<JS Post-Apply>

user.addCParam(MSXP,1);

</JS Post-Apply>

But using 3 instead works.

Can you show to me a screenshot of your custom parameter configuration, just like I did in my previous comment?

For this work user.addCParam(MSXP,1) you need to set the shortName in quotes:

  • user.addCParam("MSXP",1);

Besides that, the $gameParty.members()[0].MSXP should work. Which lead me to think that maybe it is a compatibility issue.

Can you provide me a sample project replicating the error so I can take a look?

Here's the screenshot.

Yeah, it seems fine to me.

In that case, I will really need a sample project replicating the error, so I can try to find what is wrong and if it is a compatibility issue.

You can upload it on google drive, dropbox, etc.

Can send it through here or discord: Hakuen Studio#5661