public void Evaluate(GameTime gameTime, object Input, out bool IsCompleted, out List <object> Result) { RobotAnimation CurrentRobot = Info.Owner; CurrentRobot.ActiveAttackStance = "Walking"; CurrentRobot.UseCombo(gameTime, AttackInputs.LightPress); Result = new List <object>(); IsCompleted = true; }