Comments

Log in with itch.io to leave a comment.

(3 edits)

HI! I wanted to ask you if by getting this plugin it would still be possible to remove the blurry background or hp.
I know how to remove both and so I wanted to know if this plugin could allow me to do so.
Thanks for the reply!

Già acquistato e provato. Funziona perfettamente!

I'm  a little confused on how to properly work the variable part of the menu. I've used $gameVariables.value(1), because the variable im trying to display is 1. But all it displays is zero, even when updated it through events. 

Second question, if i wanted to display money instead of a specific variable, how would i do that? 

Thank you!

Hi there!
Mmm... That's quite strange. So, yes when you write the code $gameVariables.value(1) you print the current value set to Value having as ID 1. So, all variables have as default value 0, but assigning a value this should change - as you probably already know -. I've done a test on my end trying to set the value of Variable ID 1 by console to 24 and it seems to work properly: 


The same thing should be if you set the value through event commands. Not sure why it do not update on your end. Have you tried to use the plugin in a void project?

About your second question, you can show the money value just using this script call: $gameParty.gold() assigning it to the proper plugin parameter. 

Furthermore you can change the Parameter Name from "Age" to what you prefer and you should have a similar result


Thank you for your support <3

(2 edits)

Thank you so much for your help and reply, its super appreciated and helped me realize some things...

It DOES work properly; it reads zero because it IS zero when the game loads. However, the value displayed in the menu (which is zero at launch) does not update when the variable is increased through gameplay. let's say you pick up a seashell and the seashell counter started at zero but is now one. Thats the kind of interaction I'm trying to achieve, and it doesn't seem like the menu updates when the variable increases. Is this intended design or am I still confused haha... 

Thank you so much for your help :) 

(+1)

This plugin is beyond perfect for a simple puzzle game I am making. Thank you so much, I love it!

Thank you very much! 🙏