//::///////////////////////////////////////////////
//:: FileName sc_024
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/18/2003 9:11:42 PM
//:://////////////////////////////////////////////
int StartingConditional()
{

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

	return TRUE;
}