Drill holes in certain order?

So i need to drill some holes, but i need to drill them in a particular order, not just randomly sequenced. Can this be done using easel pro somehow?.. see attached for sample of how i need to drill in this order.
xcarve sample

Can you expand on what you are trying to do? Why do you need them in a specific order?

I am printing resin braille dots, and if done in random sequence the pad on the braille attachment that touches the surface first to engage the resin drop could land on top of a wet drop previously printed. Google Quill braille printer and you will see the attachment and how it works.

Use a cad program to create the holes. I use LibreCad.
Save the cad dxf file.
Go to:
https://popsshebang.github.io/PDG/dxfPDG.html

(No install or download. Runs in browser.)
dxfPDG reads the hole locations from the .dxf file and
generates the gcode to drill the holes.

Holes will be drilled in the same order that they are created.

Alternately,
https://popsshebang.github.io/PDG/ezpzPDG.html
Manually enter the coordinates for up to 10 holes.
Generates the gcode to drill the holes. If desired you can
run generate multilple gcode programs and cut and paste
them together.

Demo of drilling:

Run through for setting up drilling parameters.

The PDG program is versatile. You can do simple single
pass drilling, or multi peck drilling. Use standard drills
or even drill with a flat bottom tool such as an end mill.

This may be bit of a pain, but you can make separate work pieces for each hole, Then carve each one you want to do next

Thanks all for the suggestions. I was able to turn my design in a manor as to which my problem is resolved. Thank you!