//:://///////////////////////////////////////////// //:: FileName time3 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/5/2002 3:20:22 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "jailtime") == 3)) return FALSE; return TRUE; }