Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Yes, you are doing something wrong.

This is script call is not setting any value to a parameter. What you are doing here is just CHECKING if the Custom Parameter ID 1 is higher than 0. (Also, a side note, don't do "$gameActors.actor(01)", do instead "$gameActors.actor(1)").

So what you need to do now is SET a value for the actor custom parameter 1.

And as stated before, you can set a value via script calls, plugin commands, or note tags.

if you already did that, show me a screenshot of your event using the plugin command or script call, or your note tag, etc.

(3 edits)

Okay, then that's what I am going to do next. I'll ask if I have something else that I need help with.

P.S. Sorry I'm late - I was caught up in a side project of mine. However, I have your plugin installed there too, so I might try and see what happens there.


P.P.S: I tried setting the param template via a notetag, but still nothing - the stats are still equal to zero.

This is the name of the template I am using;

This is the stat template:

And here is the notetag:

Yet the value is still equal to zero. What could be going wrong?

P.P.P.S: I tried assigning params with plugin commands, and it works.

Hi there!

On the note tag, there is a space:

Remove the space and see if it works. Also, this note field is from what Database object? Actor?