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.
Viewing post in GameJolt-API-Plugin comments
Hi. The plugin description contains all these information. Nevertheless, here are the answers:
- Use Scriptcall "GameJolt.startLoginFlow();"
- 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.
- Here you've got two possibilities:
- Use plugin command "GameJolt award trophy <id>"
- You need the respective trophy's ID and replace "<id>" with this ID.
- Use scriptcall "GameJolt.awardTrophy(id);"
- Same thing with the ID. In this case put the ID into the brackets.
- Use plugin command "GameJolt award trophy <id>"