Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
24
_module/nss/qst_c_9_3.nss
Normal file
24
_module/nss/qst_c_9_3.nss
Normal file
@@ -0,0 +1,24 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
int iQuest;
|
||||
object oPC;
|
||||
string sQuestGiver;
|
||||
|
||||
iResult = TRUE;
|
||||
oPC = GetPCSpeaker();
|
||||
|
||||
sQuestGiver = GetLocalString(oPC,"QuestGiver");
|
||||
if (sQuestGiver != GetTag(OBJECT_SELF))
|
||||
{
|
||||
iResult = FALSE;
|
||||
}
|
||||
|
||||
iQuest = GetLocalInt(oPC,"NHQuest");
|
||||
|
||||
if (iQuest == 6)
|
||||
iResult = FALSE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
|
Reference in New Issue
Block a user