#include "qst_convo" #include "en5_rankings" int StartingConditional() { int iResult; int iExecute; int iNPCNumber; int iMQ; string sSpeak; string sAccomplishment; string sText; string sName; string sLocation; iExecute=GetLocalInt(OBJECT_SELF,"QuestExecute"); if (iExecute == 1 && GetLocalInt(OBJECT_SELF,"Implement") == 0) { ExecuteScript("qst_implement",OBJECT_SELF); SetLocalInt(OBJECT_SELF,"Implement",1); } AdvanceQuestConvo(0); sSpeak=GetLocalString(OBJECT_SELF,"QuestOneLiner"); if (sSpeak != "") SetCustomToken(109,sSpeak); if (GetLocalInt(OBJECT_SELF,"QuestType")==1) { iNPCNumber=GetLocalInt(OBJECT_SELF,"QuestNPCNumber"); iMQ = GetLocalInt(GetModule(),"MainQuest"); if (iMQ+1