int StartingConditional() { object oOb=GetNearestObjectByTag("WOOD_IRONWOOD",GetPCSpeaker(),1); if (oOb!=OBJECT_INVALID) return TRUE; return FALSE; }