//::///////////////////////////////////////////////
//:: FileName sc_castlesupp1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/07/09 22:38:54
//:://////////////////////////////////////////////
int StartingConditional()
{

	// Inspect local variables
	if(!(GetLocalInt(GetPCSpeaker(), "CastleSupplies") > 0))
		return FALSE;

	return TRUE;
}