for face in enermy_selected_troops
if [5,18,20,21,16].include?(face[0])
$game_screen.pictures[face[0]].show("头像"+face[0].to_s, 0, 87, 580, 100, 100, 255, 0)
$game_screen.pictures[face[0]].x=87
if face[0]<6 and face[0]>15
$game_screen.pictures[16].x=87+87
end
end
end
for face in enermy_selected_troops
if [5,18,20,21,16].include?(face[0])
$game_screen.pictures[face[0]].show("头像"+face[0].to_s, 0, 87, 580, 100, 100, 255, 0)
$game_screen.pictures[face[0]].x=87
if face[0]<6 and face[0]>15
$game_screen.pictures[16].x=87+87
end
end
end