Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/quest_setinttoks.nss
Normal file
8
_module/nss/quest_setinttoks.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "quest_inc"
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nIntelNPC = GetLocalInt(oPC, "QuestIntel");
|
||||
if (nIntelNPC == 0) SetIntelTokens(oPC);
|
||||
else SetStoredIntelTokens(oPC, nIntelNPC);
|
||||
}
|
||||
Reference in New Issue
Block a user