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