Hi i am making a bot so it can purchase items from players and sell them to an NPC for more money
in order to do this i need to read 2 parts of text.

there are 12 digits i need

it will be displayed like do

xx xx xx


xx xx xx

i need to read the two sets of numbers and turn them into a form of a constant
so i can do a compute function and see if the item reaches the critieria to purchase the item, so in theroy i need to take the 2 sets of numbers and i need to put the values into 2 differnt constants, is there a way to do this?