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