Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello ! I love your plugin, however, I'm unable to understand how to use it, when I choose my map named 5 using this code : ["{\"Map\":\"5\",\"DisplayTime\":\"600\",\"Global Data Key\":\"\",\"Global Data Info\":\"\"}"]

It display a black screen.

Am I doing something wrong ? I have the core system too.

Hi, there are Image1 and Image2 parameters that seem to be missing from your text string, they should at least be blank if not using an image but seem to be completely removed? For example, like this:

["{\"Image1\":\"\",\"Image2\":\"\",\"Map\":\"5\",\"DisplayTime\":\"600\",\"Global Data Key\":\"\",\"Global Data Info\":\"\"}"]

I am not sure how you got the above code without the image1/image2 parameters, if you are editing the json text directly I would discourage you from doing so as it is very easy to introduce user error that way.

I see, thank you, I thought I had to remove them completely to not have any images