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