RoT2_PRC8/_module/nss/quest_cloak3.nss

10 lines
146 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
#include "xx_persist_quest"
void main()
{
object oPC = GetPCSpeaker();
AddPersistentJournalQuestEntry("CLOAK_QUEST1", 2, oPC, FALSE, FALSE);
}