//::///////////////////////////////////////////////
//:: FileName sc_nottrained
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/19/2002 9:24:18 AM
//:://////////////////////////////////////////////
int StartingConditional()
{

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

	return TRUE;
}