Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
20
_module/nss/qst_c_overall3.nss
Normal file
20
_module/nss/qst_c_overall3.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
#include "sql_db_partywide"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
int iOverallQuest;
|
||||
string sQuestTargetMob;
|
||||
object oTarget;
|
||||
|
||||
iResult = FALSE;
|
||||
iOverallQuest = SQLocalsUUID_GetInt(GetPCSpeaker(),"OverallQuest");
|
||||
|
||||
sQuestTargetMob = GetLocalString(GetPCSpeaker(),"QuestTargetMob");
|
||||
oTarget = GetObjectByTag(sQuestTargetMob);
|
||||
if (!GetIsObjectValid(oTarget) && iOverallQuest == 120)
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
|
Reference in New Issue
Block a user