Hi;
I'm well into creating my Cathalan planet mod, however I have a question that needs addressing. With some of the characters, questions and responses depend on the stage or completion of quests. I would like to know how you can add in journal checks as a means to progress plots.
int StartingConditional() {
return (GetJournalEntry("ENTRY") == XX);
}