Código:
ifmatches(%DIRECTION%,N);
&front="north";&back="south";&left="west";&right="east";
endif;
ifmatches(%DIRECTION%,S);
&front="south";&back="north";&left="east";&right="west";
endif;
ifmatches(%DIRECTION%,W);
&front="west";&back="east";&left="south";&right="north";
endif;
ifmatches(%DIRECTION%,E);
&front="east";&back="west";&left="north";&right="south";
endif;
Ai você usa:
Frente: look(%&front%);
Atrás: look(%&back%);
Esquerda: look(%&left%);
Direita: look(%&right%);