Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
17
_module/nss/qst_cmp_mh1_5.nss
Normal file
17
_module/nss/qst_cmp_mh1_5.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC;
|
||||
int iCamp;
|
||||
int iResult;
|
||||
string sZone;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
iCamp = GetLocalInt(oPC,"QuestCamp");
|
||||
sZone = GetLocalString(oPC,"QuestCampzone");
|
||||
|
||||
iResult = FALSE;
|
||||
if (sZone == "MH1" && iCamp == 5)
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user