Sure thing. Here's the config section:
CODE
module AchievementsDATA
MenuBackground = "AchievementBG" # [Pictures] folder
LockedTrohyGraphic = "LockedTrophy" # [Pictures] folder 90x90
TrophyCursorGraphic = "TrophyCursor" # [Pictures] folder 90x90
DescriptionScreenGraphic = "DescriptionScreen" # [Pictures] folder
AchievementBarGraphic = "AchievementBar" # [Pictures] folder
AchievementIsCompleteGraphic = "AchievementCompleted" # [Pictures] folder
AchievementIsIncompleteGraphic = "AchievementIncomplete" # [Pictures] folder
# That last two graphics will appear at the bottom right of the screen
# when used *
Achievements = []
Descriptions = []
Achievements[0] = ["Defeat the Ice Queen","Trophy",161]
Descriptions[0] = ["Stop the Ice Hellion in Flore."]
Achievements[1] = ["The Ranger","Trophy",162]
Descriptions[1] = ["Have a Ranger join your party."]
Achievements[2] = ["The Barmaid","Trophy",162]
Descriptions[2] = ["Have a Barmaid join your party."]
end
I honestly haven't done much, yet.