Initial commit
Initial commit. Updated release archive.
This commit is contained in:
21
_module/nss/qst_cq_done_4.nss
Normal file
21
_module/nss/qst_cq_done_4.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
#include "en5_misc"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
int iQuestType;
|
||||
int iIndex;
|
||||
string sTag;
|
||||
string sWP;
|
||||
object oWP;
|
||||
object oMob;
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
iQuestType = GetLocalInt(GetPCSpeaker(),"QuestType");
|
||||
|
||||
if (iQuestType == 4 || iQuestType == 5)
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user