Journal Entries not showing for a player after relog.
4BOLTMAIN
Member Posts: 90
I have this code in the on_client_enter script in my module.
AddJournalQuestEntry("contact", 1, oPC, FALSE, FALSE);
AddJournalQuestEntry("discord", 1, oPC, FALSE, FALSE);
AddJournalQuestEntry("facebook", 1, oPC, FALSE, FALSE);
AddJournalQuestEntry("credits", 1, oPC, FALSE, FALSE);
Is there an issue with my code or is there a reason that when a player relogs that the journal entries are blank?
AddJournalQuestEntry("contact", 1, oPC, FALSE, FALSE);
AddJournalQuestEntry("discord", 1, oPC, FALSE, FALSE);
AddJournalQuestEntry("facebook", 1, oPC, FALSE, FALSE);
AddJournalQuestEntry("credits", 1, oPC, FALSE, FALSE);
Is there an issue with my code or is there a reason that when a player relogs that the journal entries are blank?
0
Comments
TR