int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "nFirstTimeTalked") == 13)) return FALSE; return TRUE; }