Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(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!