Skip to content

Achievements

AlphaHelix edited this page Dec 10, 2017 · 5 revisions

How to create a Achievement?

  1. Implement the Minigame Module or the AlphaLibary
  2. Create a new instance of a Achievement with new Achievement(Name, Icon, Description)

The name is used to identify the Achievement upon all others.

The icon is used to display the Achievement inside a gui.

The description is used as a help for the player, to achieve the Achievement.

If you want to store the players achievements you should take a look [here](https://github.com/AlphaHelixDev/AlphaLibary/wiki/File-Management) or [here](https://github.com/AlphaHelixDev/AlphaLibary/wiki/SQL).


Clone this wiki locally