EN6_PRC8/_module/nss/qst_cq_done_3.nss

23 lines
355 B
Plaintext
Raw Permalink Normal View History

#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 == 6 || iQuestType == 7)
if (GetLocalInt(GetPCSpeaker(),"QuestHideItem") == 0)
iResult = TRUE;
return iResult;
}