PoA_PRC8/_module/nss/addjournals.nss

9 lines
220 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
void main()
{
object oPC = GetEnteringObject();
//AddJournalQuestEntry("spells", 1, oPC, FALSE, FALSE);
//AddJournalQuestEntry("x2spells", 1, oPC, FALSE, FALSE);
2023-08-01 20:16:07 -04:00
//AddJournalQuestEntry("feats", 1, oPC, FALSE, FALSE);
2022-10-07 14:20:31 -04:00
}