Comments

Log in with itch.io to leave a comment.

Whenever i open up the save file it always says, cannot read property of "width undefined", what's wrong?

Hi, you will need to post the full error message here, or take a screenshot of it. You can get the full error message by pressing F8 or F12 in game, and switching to the console tab in the window that pops up.

Sorry if what I'm asking is off base, but is there a way to use an image predicated on a variable to denote what image to show rather than location?

i.e. - If I attach a variable to the main storyline progression, can I use a different image instead of the map location screenshot?

Hi, no this would not be possible right now. I can add an image display by variable in a future update, thank you for the suggestion.

(1 edit)

Hi, I really like this plugin you made.

What I'm curious about is how to put text like 'Chapter: The Hero Returns' as you can see in the screenshot.
I know how to input numbers using variables.

But how do I insert sentences like in the screenshot?

Hi, that is using the variable as well, it is just using a script call to set the variable to text instead of a number. You can use the script call

$gameVariables.setValue(1, "The Hero Returns");

where the 1 in that script call is your variable id.

Oh, I didn't know how to apply the scriptcall function to a variable. It's working fine now.
Thank you for your kind reply.

Good luck always!

Excuse me sir, im having issues getting the location to say the actual place, all it says is unknown. It says to set location, use note tag  <cgmzgame:yourName>, i don't get what that means, where do I place it?
Please hel

Put the note tag in the notebox of the map properties

Also, I have noticed that save files made before the cgmzname was set don't read the names even after they have been set. In other words, to see the effects, you will need to make a new save.