void main() { object oPC = GetEnteringObject(); if (!GetIsPC(oPC)) return; AddJournalQuestEntry("journal1", 2, oPC, TRUE, FALSE); }