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