generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
8
_module/nss/vg_quest_reset.nss
Normal file
8
_module/nss/vg_quest_reset.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oMod = GetModule();
|
||||
object oPC = GetPCSpeaker();
|
||||
string szPlotID = GetLocalString(OBJECT_SELF,"Quest");
|
||||
RemoveJournalQuestEntry(szPlotID,oPC,TRUE,FALSE);
|
||||
SetLocalInt(oMod,"NW_JOURNAL_ENTRY"+szPlotID,0);
|
||||
}
|
||||
Reference in New Issue
Block a user