int StartingConditional() { // Inspect local variables if(GetLocalInt(OBJECT_SELF, "convinced") == 1 && GetLocalInt(GetObjectByTag("Ayla"), "captaindead") != 1 && GetLocalInt(GetObjectByTag("Ayla"), "attacktime") != 1) return TRUE; return FALSE; }