//:://///////////////////////////////////////////// //:: FileName time1 //::////////////////////////////////////////////// //::////////////////////////////////////////////// //:: Created By: Script Wizard //:: Created On: 9/5/2002 3:19:21 PM //::////////////////////////////////////////////// int StartingConditional() { // Inspect local variables if(!(GetLocalInt(GetPCSpeaker(), "jailtime") < 2)) return FALSE; return TRUE; }