int StartingConditional() { if (GetLocalInt(GetPCSpeaker(), "TalkedAdv") == TRUE && GetLocalInt(OBJECT_SELF, "Adventurer") == TRUE) return TRUE; return FALSE; }