so i have a list of objectives..they are checked regularly if they are completed then their completed bool gets flipped to true
i would like to connect these objectives in the list so a special case can be made one depends on the other
but when i make an Objective [] in the parent objective i cant drag the conditional objective into it to reference it
is there a way to get coss references from the same list?
or the objective system must be rewritten in a tiered system(there are master objectives that have sub objectives and both the display and the checking system is made aware of this and checks and displays accordingly).