The asset has been updated! New version changes:
- Quest system improvements
Added isRepeatable boolean variable for the quests to make them repeatable.
Added requiredQuests variable for the quests to make them unavailable until the player completes the quests in this list.
BP_QuestNPCBase now has a list of quests instead of just one.
Moved quest logic code from BP_QuestNPC to BP_QuestNPCBase blueprint but if you want to do custom stuff, you can always override the events.