Can be played Assassin's Blade

/ / Enter CAN BE PLAYED Assassin's Blade
int debugLevel=3;
if (match.isMyTurn(player) )
{
          D.addLog("4208: Can not be played in your own turn!",debugLevel);
          reason="This instant can only be played in opponents Attacker phase!";
          bRet=false;
          return;
}

if (match.getPhase() != Match.PHASE COMBAT DECLARE ATTACKERS)
{
          D.addLog("4208: Can only be played during attack phase!",debugLevel);
          reason="Can only be played during attack phase!";
          bRet=false;
          return;
}
/ / End CAN BE PLAYED Blessed Assassin's Blade