Skip to main content

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

Hello. Regarding your Plugin i do need some help.
Number one: how do you make the plugin commence a login sequence in the game after some dialogue?

Number two: How do you make the game add a trophy to the player?

These are the only questions on demand at my area. Please get back to me when you got the answers. Thanks.

Hi. The plugin description contains all these information. Nevertheless, here are the answers:

  1. Use Scriptcall "GameJolt.startLoginFlow();"
    1. The version I am working on at the moment will provide a plugin command "GameJolt login". I don't know when it will be ready to release.
  2. Here you've got two possibilities:
    1. Use plugin command "GameJolt award trophy <id>"
      1. You need the respective trophy's ID and replace "<id>" with this ID.
    2. Use scriptcall "GameJolt.awardTrophy(id);"
      1. Same thing with the ID. In this case put the ID into the brackets.