Hey im doing now quest system but i dont know how to list my active quests any suggestions ? I need use array or what ? And if u can give me a little example.
You need to have a Quest object in which one of the variable will be a boolean that will tell you if the quest is active or not.
Put all your quests in a list or in an array. At this point you can have another list with just your active quests inside.
Yyyyy ?
Soo i need one script which handle all quests ? I mean i have there all my quests and i active it from another script ? But i still dont know how can i do a list of quests and then active it ;/