Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
21
_module/nss/qst_c_qst_2_1.nss
Normal file
21
_module/nss/qst_c_qst_2_1.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC;
|
||||
string sTarget;
|
||||
int iResult;
|
||||
int iQuest;
|
||||
int iDialogue;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
sTarget = GetLocalString(oPC,"QuestTargetNPC");
|
||||
iQuest = GetLocalInt(OBJECT_SELF,"Quest");
|
||||
iDialogue = GetLocalInt(oPC,"QuestDialogue");
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
if (iQuest == 2 && iDialogue == 1)
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
|
Reference in New Issue
Block a user