#include "xx_persist_quest" int StartingConditional() { if(RetrieveQuestState("TUTORQUEST", GetPCSpeaker()) == 2) return TRUE; else return FALSE; }