//::///////////////////////////////////////////////
//:: FileName time7
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 9/5/2002 3:22:06 PM
//:://////////////////////////////////////////////
int StartingConditional()
{

	// Inspect local variables
	if(!(GetLocalInt(GetPCSpeaker(), "jailtime") == 5))
		return FALSE;

	return TRUE;
}