Any help with that?
I’m out of ideas, and It’s really annoying , I tried to add achievements on my own, based on the game’s code. It is not using UltimateLib, just the API.
Code:
http://pastebin.com/GbDq2JSH
The problem is you are deleting all the achievements with this: var Achievements = {};
You should use the Ultimate Lib to add achievements.
1 Like
Oh. So, the only way is to use UltimateLib? If there’s a way going beyond the API wouldn’t really matter.