int StartingConditional() { object oPC = GetPCSpeaker(); if (GetItemPossessedBy(oPC, "TowerAxe") == OBJECT_INVALID) return FALSE; return TRUE; }