Skip to main content

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

13 Nightmares

2
Posts
1
Following
A member registered Aug 28, 2024

Recent community posts

(1 edit)

I realized what the problem was. XD
I was using the GameJolt.autoLogin(); condition (prior to the current version, as it's the only thing I've thought of using to verify account login), which already executes the command to issue the achievement. Without it, the multiple notifications error doesn't occur. XD

Thanks!

(2 edits)

Hello there. Wonderful plugin, however, there is one observation on MZ. I'm using the variable command to make it easier to issue achievements, and when I do so using the scripted command GameJolt.awardTrophy($gameVariables.value(111));, the game shows two notifications instead of one :/ I have no idea if it's possible to issue the achievement immediately in the plugin call, if at all.

If so, is it possible to add variable support in newer versions, as it makes it very easy to work with a bunch of variables?

In addition, I'd like to know: how do I check if a user is logged in to GameJolt for a condition branch?