Challenges ---------- All code in SCore related to challenges, including: Harmony Hook to BaseChallengeObjective's ReadObjective An Enum to satisfying the ChallengeObjective requirement Classes adding new challenges To Create a New SCore Challenge: - Add new enum entry under Harmony/ChallengeReadObjective - Update Harmony Patch in Harmony/ChallengesReadObjective to parse it correctly. - Add a Scripts/ Challenge Objective. - Add an delegate, event, and harmony patch to add a trigger - Optionally, this can be included in the same file as the Script. See ChallengeObjectiveEnterPOI Example Syntax: