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