Note: LucasForums Archive Project
The content here was reconstructed by scraping the Wayback Machine in an effort to restore some of what was lost when LF went down. The LucasForums Archive Project claims no ownership over the content or assets that were archived on archive.org.

This project is meant for research purposes only.

Journal Checks

Page: 1 of 1
 Jaevyn
11-24-2010, 5:04 PM
#1
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.
 Stream
11-26-2010, 2:25 AM
#2
int StartingConditional() {
return (GetJournalEntry("ENTRY") == XX);
}
Page: 1 of 1