Initial Commit
Initial Commit
This commit is contained in:
12
_module/nss/quest_believe.nss
Normal file
12
_module/nss/quest_believe.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "quest_inc"
|
||||
void main()
|
||||
{
|
||||
string sDB = CharacterDB(GetPCSpeaker());
|
||||
|
||||
SetLocalInt(OBJECT_SELF, "Quest_Halt", TRUE);
|
||||
|
||||
/*if (GetCampaignInt(sDB, "QUEST_BACKGROUND") == 5)*/ AdjustAlignment(GetPCSpeaker(), ALIGNMENT_LAWFUL, 5, FALSE);
|
||||
|
||||
DeleteQuest(GetPCSpeaker());
|
||||
RemoveJournalQuestEntry("random_quest", GetPCSpeaker(), FALSE);
|
||||
}
|
Reference in New Issue
Block a user