If we try to find the words, we can get close, but find out that we’re always off by one or two letters. Furthermore, those letters are always P, N, B, R, Q, or K. Combined with the name of the place (Checkerboard Cross) and the flavor text that says to move some pieces, we can tell that chess is involved. According to the flavor text, we move letters representing chess pieces around, letting them jump over other letters even if they’re not knights. We move only as many pieces as we need to to find the words. By the title, the movements should form a loop. We then start at the left of the loop and go around it, extracting a letter from the left each time before we make a move. The solutions to the word searches are shown below:


We end up extracting LET THE MAKBED BOON KE RY THE NEXT DNEADED BISHON, which almost makes sense. Let’s put the letters into the final grid:

C
E
V
B
H
L
O
F
N
S
E
A
L
L
E
T
T
H
E
M
A
K
B
Y
W
E
D
B
O
O
N
K
E
R
Y
N
R
T
H
E
N
E
X
T
D
N
E
T
S
A
D
E
D
B
I
S
H
O
N
C
O
L
E
Q
H
U
V
O
I
S
P
T


It’s another piece-moving puzzle. But this time, according to the text, we move all the P’s, N’s, B’s, R’s, Q’s, and K’s, and we don’t extract by looking to the left. We also notice that the rooks, as indicated by the emphasized r’s, move as far as they can.

C
E
V
Q
H
L
O
F
K
S
E
A
L
L
E
T
T
H
E
M
A
N
N
Y
W
E
D
R
O
O
K
B
E
B
Y
N
B
T
H
E
N
E
X
T
D
R
E
T
S
A
D
E
D
B
I
S
H
O
P
C
O
L
E
N
H
U
V
O
I
S
N
T


Now we read off the answer, LET THE MANNED ROOK BE BY THE NEXT DREADED BISHOP.