Page 1 of 1

Achievement Question

Posted: Fri Dec 21, 2018 6:15 pm
by TheSAguy
How do I reset an accomplished Achievement?
I'm testing some achievements and now not sure how to reset it.

This was the code I enabled the Achievement:

Code: Select all

		for index, player in pairs(game.players) do --give the achievement to every player
				player.unlock_achievement("you-killed-at-least-of-all-NE")
		end
I tried "lock", but that did not seem to work.

Code: Select all

		for index, player in pairs(game.players) do --give the achievement to every player
				player.lock_achievement("you-killed-at-least-of-all-NE")
		end
Thanks,

Re: Achievement Question

Posted: Fri Dec 21, 2018 6:57 pm
by Bilka
It is not possible.

Re: Achievement Question

Posted: Sat Dec 22, 2018 1:55 am
by TheSAguy
Thanks, I'm now just remaining my achievements :)