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