Initial upload
Initial upload
This commit is contained in:
10
_module/nss/quest_elv1.nss
Normal file
10
_module/nss/quest_elv1.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "xx_persist_quest"
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
AddPersistentJournalQuestEntry("ELF_QUEST1", 1, oPC, FALSE, FALSE);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user