its simply the same emelemnt of array for each array, it works better if you tabulate like this
setarray .M$[0], "abyss_01" ,"abyss_02" ,"abyss_03" ,"prt_maze02" ,"ein_fild08" ,"lou_fild01";
setarray .XX[0], 206 ,176 ,40 ,11 ,0 ,0;
setarray .YY[0], 91 ,207 ,162 ,169 ,0 ,0;
then you can see it by just scrolling down
then you can
set .@i,select(implode(.M$,":") - 1);
warp .M$[.@i],.XX[.@i],.YY[.@i];