Vanya1988 Report post Posted May 3, 2021 (edited) im trying to make the bot locate lets say "Ink" and go to it then click it so the progress is when the menu appears it shuffles the buttons and im trying to make it look thru the buttons then find "Ink" and select it Object Ink 127=0,0|160=0,2|157=0,4|155=0,6|153=0,8|151=0,10|147=0,12|145=0,14|145=0,16|144=0,18|147=0,20 127=2,0|160=2,2|157=2,4|155=2,6|153=2,8|151=2,10|147=2,12|145=2,14|145=2,16|144=2,18|147=2,20 127=4,0|160=4,2|157=4,4|155=4,6|153=4,8|151=4,10|147=4,12|145=4,14|145=4,16|144=4,18|147=4,20 127=6,0|160=6,2|157=6,4|155=6,6|153=6,8|151=6,10|147=6,12|145=6,14|145=6,16|144=6,18|147=6,20 127=8,0|160=8,2|157=8,4|155=8,6|153=8,8|151=8,10|147=8,12|145=8,14|145=8,16|144=8,18|147=8,20 127=10,0|160=10,2|157=10,4|143=10,6|130=10,8|128=10,10|124=10,12|123=10,14|134=10,16|144=10,18|147=10,20 127=12,0|160=12,2|157=12,4|230=12,6|230=12,8|230=12,10|230=12,12|230=12,14|92=12,16|144=12,18|147=12,20 127=14,0|160=14,2|157=14,4|151=14,6|134=14,8|123=14,10|120=14,12|118=14,14|131=14,16|144=14,18|147=14,20 127=16,0|160=16,2|157=16,4|155=16,6|230=16,8|230=16,10|230=16,12|230=16,14|92=16,16|144=16,18|147=16,20 127=18,0|160=18,2|157=18,4|155=18,6|207=18,8|82=18,10|140=18,12|139=18,14|142=18,16|144=18,18|147=18,20 127=20,0|160=20,2|157=20,4|155=20,6|207=20,8|119=20,10|108=20,12|110=20,14|94=20,16|144=20,18|147=20,20 127=22,0|160=22,2|157=22,4|155=22,6|118=22,8|85=22,10|83=22,12|83=22,14|100=22,16|144=22,18|147=22,20 127=24,0|160=24,2|110=24,4|118=24,6|112=24,8|111=24,10|110=24,12|110=24,14|94=24,16|144=24,18|147=24,20 127=26,0|160=26,2|110=26,4|89=26,6|84=26,8|85=26,10|154=26,12|63=26,14|100=26,16|144=26,18|147=26,20 127=28,0|160=28,2|157=28,4|155=28,6|119=28,8|190=28,10|105=28,12|162=28,14|104=28,16|144=28,18|147=28,20 127=30,0|160=30,2|157=30,4|155=30,6|211=30,8|87=30,10|138=30,12|135=30,14|109=30,16|144=30,18|147=30,20 127=32,0|160=32,2|157=32,4|155=32,6|153=32,8|151=32,10|147=32,12|136=32,14|136=32,16|144=32,18|147=32,20 127=34,0|160=34,2|157=34,4|155=34,6|153=34,8|151=34,10|147=34,12|145=34,14|145=34,16|144=34,18|147=34,20 127=36,0|160=36,2|157=36,4|155=36,6|153=36,8|151=36,10|147=36,12|145=36,14|145=36,16|144=36,18|147=36,20 127=38,0|160=38,2|157=38,4|155=38,6|153=38,8|151=38,10|147=38,12|145=38,14|145=38,16|144=38,18|147=38,20 127=40,0|160=40,2|157=40,4|155=40,6|153=40,8|151=40,10|147=40,12|145=40,14|145=40,16|144=40,18|147=40,20 End DragTo 1506, 668 LeftClick Delay 2 sec IsObject Ink at 2211, 294 DragTo 2211, 294 Delay 10 sec LeftClick Else End IsObject Ink at 2322, 285 DragTo 2322, 285 Delay 10 sec LeftClick Else End IsObject Ink at 2202, 313 DragTo 2202, 313 Delay 10 sec LeftClick Else End IsObject Ink at 2326, 313 DragTo 2326, 313 Delay 10 sec LeftClick Else End IsObject Ink at 2446, 314 DragTo 2446, 314 Delay 10 sec LeftClick Else End Edited May 3, 2021 by Vanya1988 Quote Share this post Link to post Share on other sites
Ego Report post Posted May 3, 2021 Is Ink in same position or positions (you have 5) on the screen all the time? and the object is way too big, just need to look for the I. If not, it will be very hard to find. Quote Share this post Link to post Share on other sites
The WABBIT Report post Posted May 3, 2021 @Vanya1988 Since you gave very little information as to what is going on in the game. And you did not give any additional information as to the what is going on with the buttons. And you sure didn't tell us what the problem is with your script. As in, what is happening when you run the script. So for the purposes of this post, I'm going to assume the following: You have six buttons that are in the same place when the menu is displayed. And that the buttons are arranged as follows: Button1 Button2 Button3 Button4 Button5 Button6 The 6 buttons have six specific actions. What button performs what action is different each time you open the menu. (As in Ink could be Button1 or it could be Button6 or it could be anyone of the six buttons.) You are trying to find the button that currently has a specific action. Now, as the your script that you posted above. You stated in your 1 sentence post, that you are trying to find the button that has Ink as its action. And then click on that button. Well, from just looking at the with the script that you posted. I can see three things wrong with it. You are not using the correct command to move the Mouse pointer over the button that you wish to click on. The coordinates that you are using to check for which button has Ink is all over the place. You did not set the ObjVar. See: AC Tool Help > AC Tool Commands > ObjVar AC Tool Help > General Information > Object Primer In order for you to do as I ASSUME that you are trying to do. You have to do the following: Use the correct command to move the mouse. See: AC Tool Help file > AC Tool Commands > MousePos Use the ObjVar command. You need to find the Top Left corner of where each button is. Read the Object Primer: AC Tool Help > General Information > Object Primer Create an Object for the button that has the word Ink on it. (This Object needs to be created using the coordinates of the Top Left corner of the button. And it must have every pixel within the button defined.) Reduce the Object definition to only have the pixel information for the word Ink. (As shown in the AC Tool Help > General Information > Object Primer > IV. Defining an AC Tool Object) Check each button, using the coordinates for the Top Left corner, to find the correct button. It is very important that Object that you create is based on the TOP LEFT corner of the button. And that you check for your Object using the TOP LEFT corner of each button. Now, what do I mean by the TOP LEFT corner of the button. And why is it so important to use the coordinates for TOP LEFT corner of the button to create the Object and to check for the Object. To help with this, I created the following image using the PNG image from your post. Image 1: Spoiler As you can see, I selected the section of the image that has Button5. And the TOP LEFT corner of the button is at coordinates 127, 37 (x,y) and that the size of the whole button is 90 pixels x 22 pixels (WxH). Now if you were to do the same for each button. You will find that the TOP LEFT corners of the button are at coordinates: Button1: 5, 10 Button2: 127, 10 Button3: 249, 10 Button4: 5, 37 Button5: 127, 37 Button6: 249, 37 And that for each button the button is the same size: 90 Pixels x 22 Pixels. As you can see, there is a pattern to where the buttons are. It is not like the buttons are all over the place, like in your script. Again, why is it so important to use the coordinates for TOP LEFT corner of the button to create the Object and to check for the Object? Well, if you create an Object based and the coordinates of a button and for the same size as the button. Then it does not matter at what coordinates you check for the Object. As long as the coordinates that you are using to check for the Object as the same as the button currently being checked. Then the Object will be found, provided that the current button being checked is the one with Ink. Another reason for using the button's coordinates and size to make your objects. Is that right now you are only looking for the Ink button. But, later on you may decide to look for the Cancel button. Then all you have to do is use the same coordinates, and button size, to create the Object for the Cancel button. (Like I outlined above.) At which point you can then use the same coordinates to find the new Object. Now, if I was to create a Example script using the PNG image you posted. Then my script would be the following: Example Script: Spoiler ObjVar 10 DragTo 1506, 668 LeftClick Delay 2 sec // // Check to see if Button1 is Ink // IsObject Ink at 5,10 MousePos 50, 22 // Move the mouse to the middle of Button1 Delay 1 sec LeftClick Else // // Check to see if Button2 is Ink // IsObject Ink at 127, 10 MousePos 169, 22 // Move the mouse to the middle of Button2 Delay 1 sec LeftClick Else // // Check to see if Button3 is Ink // IsObject Ink at 249, 10 MousePos 294, 22 // Move the mouse to the middle of Button3 Delay 1 sec LeftClick Else // // Check to see if Button4 is Ink // IsObject Ink at 5, 37 MousePos 50, 48 // Move the mouse to the middle of Button4 Delay 1 sec LeftClick Else // // Check to see if Button5 is Ink // IsObject Ink at 127, 37 MousePos 169, 48 // Move the mouse to the middle of Button5 Delay 1 sec LeftClick Else // // Check to see if Button6 is Ink // IsObject Ink at 249, 37 MousePos 294, 48 // Move the mouse to the middle of Button6 Delay 1 sec LeftClick Else // // Display a message if the // Ink button was not found. ShowMessage tmpConstant = ERROR, Unable to find Ink button End End End End End End (* Test the following Object at the following coordinates, depending on which button you are currently checking: Button1: 5, 10 Button2: 127, 10 Button3: 249, 10 Button4: 5, 37 Button5: 127, 37 Button6: 249, 37 *) Object Ink // Test at Coordinats shown above. Object was created with the Size of: 90x22 (WxH). 230=36,6|230=49,6 230=36,7|230=49,7 230=36,8|230=40,8|230=49,8 230=36,9|230=40,9|230=49,9 230=36,10|230=40,10|230=49,10 230=36,11|230=40,11|230=45,11|230=49,11 230=36,12|230=40,12|230=45,12|230=49,12 230=36,13|230=40,13|230=45,13|230=49,13 230=36,14|230=40,14|230=45,14|230=49,14 230=36,15|230=40,15|230=45,15|230=49,15 End NOTE: This example script is using coordinates based on the PNG image provide. It is using a Object that was created using the same PNG image. As such the script will not work with the live game. So, you will have to find the coordinates for the TOP LEFT corner of each button, and to create the Ink Object. From a screenshot of the live game, or from using a BMP image. UNLESS YOU ARE USING A BMP IMAGE FILE. DO NOT USE A IMAGE FILE TO HELP CREATE YOUR OBJECTS. Quote Share this post Link to post Share on other sites
Vanya1988 Report post Posted May 4, 2021 so its a system called Second life and in there i am in a system where you can skill when you click on the table it gives you that menu with those buttons and they shuffle each time so i have to keep paying attention im trying to make a script to click the table then click the button on the menu (menu is always in the same spot) the buttons they shuffle Shuffle Shuffle CANCEL Shuffle Shuffle Shuffle Quote Share this post Link to post Share on other sites
The WABBIT Report post Posted May 4, 2021 Well, I have already given you a example script to work with, along with all the information needed. All you need to do, is find the coordinates to the TOP LEFT corner of each button on the screen. And to create the Ink Object, as I outlined in my previous post. And then if you use the example script. You need to edit the script to use the Ink Object that you have created. And to use the correct coordinates, for the TOP LEFT corner of the buttons, with the IsObject commands. And to adjust the MousePos commands with the proper coordinates to place the Mouse cursor over the buttons. I've already done most of the work for you and I have also given you all the information that you need to do the rest. It is now up to you to do that little bit of work and/or to read the information that I directed you to within the AC Tool Help file. Quote Share this post Link to post Share on other sites
Vanya1988 Report post Posted May 6, 2021 (edited) so i mapped out each button location when the word "ink" poped up and made a image for each one and cords and it started to work the help file is not working for me saying since its not registered it will not open the document so i am not sure how to set the right OBVAR i messed with diff numbers till it worked but it takes sometime to go thru each command or something xD but im very happy it worked tho maybe theres a different way to write the code Spoiler ObjVar 50 mousePos 3406, 713 LeftClick Delay 2000 mousePos 3501, 256 IsObject INK1 at 3459, 274 mousePos 3502, 287 LeftClick Else mousePos 3631, 257 IsObject INK2 at 3581, 274 mousePos 3625, 284 LeftClick Else mousePos 3501, 337 IsObject INK4 at 3459, 301 mousePos 3502, 314 LeftClick Else mousePos 3631, 326 IsObject INK4 at 3581, 301 mousePos 3623, 310 LeftClick Else mousePos 3754, 330 IsObject INK5 at 3703, 301 mousePos 3753, 308 LeftClick Else End End End End End delay 10 sec Spoiler Object INK1 // Test at coords 3459, 274 255=0,0|241=1,0|171=2,0|141=3,0|132=4,0|128=5,0|127=6,0|127=7,0|127=8,0|127=9,0|127=10,0|127=11,0|127=12,0|127=13,0|127=14,0|127=15,0|127=16,0|127=17,0|127=18,0|127=19,0|127=20,0|127=21,0|127=22,0|127=23,0|127=24,0|127=25,0|127=26,0|127=27,0|127=28,0|127=29,0|127=30,0|127=31,0|127=32,0|127=33,0|127=34,0|127=35,0|127=36,0|127=37,0|127=38,0|127=39,0|127=40,0|127=41,0|127=42,0|127=43,0|127=44,0|127=45,0|127=46,0|127=47,0|127=48,0|127=49,0|127=50,0|127=51,0|127=52,0|127=53,0|127=54,0|127=55,0|127=56,0|127=57,0|127=58,0|127=59,0|127=60,0|127=61,0|127=62,0|127=63,0|127=64,0|127=65,0|127=66,0|127=67,0|127=68,0|127=69,0|127=70,0|127=71,0|127=72,0|127=73,0|127=74,0|127=75,0|127=76,0|127=77,0|127=78,0|127=79,0|127=80,0|127=81,0|127=82,0|127=83,0|127=84,0|128=85,0|131=86,0|166=87,0|241=88,0| 235=0,1|146=1,1|164=2,1|173=3,1|173=4,1|173=5,1|173=6,1|173=7,1|173=8,1|173=9,1|173=10,1|173=11,1|173=12,1|173=13,1|173=14,1|173=15,1|173=16,1|173=17,1|173=18,1|173=19,1|173=20,1|173=21,1|173=22,1|173=23,1|173=24,1|173=25,1|173=26,1|173=27,1|173=28,1|173=29,1|173=30,1|173=31,1|173=32,1|173=33,1|173=34,1|173=35,1|173=36,1|173=37,1|173=38,1|173=39,1|173=40,1|173=41,1|173=42,1|173=43,1|173=44,1|173=45,1|173=46,1|173=47,1|173=48,1|173=49,1|173=50,1|173=51,1|173=52,1|173=53,1|173=54,1|173=55,1|173=56,1|173=57,1|173=58,1|173=59,1|173=60,1|173=61,1|173=62,1|173=63,1|173=64,1|173=65,1|173=66,1|173=67,1|173=68,1|173=69,1|173=70,1|173=71,1|173=72,1|173=73,1|173=74,1|173=75,1|173=76,1|173=77,1|173=78,1|173=79,1|173=80,1|173=81,1|173=82,1|173=83,1|173=84,1|173=85,1|173=86,1|166=87,1|146=88,1| 169=0,2|162=1,2|164=2,2|160=3,2|160=4,2|160=5,2|160=6,2|160=7,2|160=8,2|160=9,2|160=10,2|160=11,2|160=12,2|160=13,2|160=14,2|160=15,2|160=16,2|160=17,2|160=18,2|160=19,2|160=20,2|160=21,2|160=22,2|160=23,2|160=24,2|160=25,2|160=26,2|160=27,2|160=28,2|160=29,2|160=30,2|160=31,2|160=32,2|160=33,2|160=34,2|160=35,2|160=36,2|160=37,2|160=38,2|160=39,2|160=40,2|160=41,2|160=42,2|160=43,2|160=44,2|160=45,2|160=46,2|160=47,2|160=48,2|160=49,2|160=50,2|160=51,2|160=52,2|160=53,2|160=54,2|160=55,2|160=56,2|160=57,2|160=58,2|160=59,2|160=60,2|160=61,2|160=62,2|160=63,2|160=64,2|160=65,2|160=66,2|160=67,2|160=68,2|160=69,2|160=70,2|160=71,2|160=72,2|160=73,2|160=74,2|160=75,2|160=76,2|160=77,2|160=78,2|160=79,2|160=80,2|160=81,2|160=82,2|160=83,2|160=84,2|160=85,2|160=86,2|164=87,2|160=88,2| 135=0,3|161=1,3|159=2,3|158=3,3|158=4,3|158=5,3|158=6,3|158=7,3|158=8,3|158=9,3|158=10,3|158=11,3|158=12,3|158=13,3|158=14,3|158=15,3|158=16,3|158=17,3|158=18,3|158=19,3|158=20,3|158=21,3|158=22,3|158=23,3|158=24,3|158=25,3|158=26,3|158=27,3|158=28,3|158=29,3|158=30,3|158=31,3|158=32,3|158=33,3|158=34,3|158=35,3|158=36,3|158=37,3|158=38,3|158=39,3|158=40,3|158=41,3|158=42,3|158=43,3|158=44,3|158=45,3|158=46,3|158=47,3|158=48,3|158=49,3|158=50,3|158=51,3|158=52,3|158=53,3|158=54,3|158=55,3|158=56,3|158=57,3|158=58,3|158=59,3|158=60,3|158=61,3|158=62,3|158=63,3|158=64,3|158=65,3|158=66,3|158=67,3|158=68,3|158=69,3|158=70,3|158=71,3|158=72,3|158=73,3|158=74,3|158=75,3|158=76,3|158=77,3|158=78,3|158=79,3|158=80,3|158=81,3|158=82,3|158=83,3|158=84,3|158=85,3|158=86,3|159=87,3|161=88,3| 127=0,4|160=1,4|157=2,4|157=3,4|157=4,4|157=5,4|157=6,4|157=7,4|157=8,4|157=9,4|157=10,4|157=11,4|157=12,4|157=13,4|157=14,4|157=15,4|157=16,4|157=17,4|157=18,4|157=19,4|157=20,4|157=21,4|157=22,4|157=23,4|157=24,4|157=25,4|157=26,4|157=27,4|157=28,4|157=29,4|157=30,4|157=31,4|157=32,4|157=33,4|157=34,4|157=35,4|157=36,4|157=37,4|157=38,4|157=39,4|157=40,4|157=41,4|157=42,4|157=43,4|157=44,4|157=45,4|157=46,4|145=47,4|110=48,4|142=49,4|110=50,4|153=51,4|157=52,4|157=53,4|157=54,4|157=55,4|157=56,4|157=57,4|157=58,4|157=59,4|157=60,4|157=61,4|157=62,4|157=63,4|157=64,4|157=65,4|157=66,4|157=67,4|157=68,4|157=69,4|157=70,4|157=71,4|157=72,4|157=73,4|157=74,4|157=75,4|157=76,4|157=77,4|157=78,4|157=79,4|157=80,4|157=81,4|157=82,4|157=83,4|157=84,4|157=85,4|157=86,4|157=87,4|160=88,4| 127=0,5|160=1,5|156=2,5|156=3,5|156=4,5|156=5,5|156=6,5|156=7,5|156=8,5|156=9,5|156=10,5|156=11,5|156=12,5|156=13,5|156=14,5|156=15,5|156=16,5|156=17,5|156=18,5|156=19,5|156=20,5|156=21,5|156=22,5|156=23,5|156=24,5|156=25,5|156=26,5|156=27,5|156=28,5|156=29,5|156=30,5|156=31,5|156=32,5|156=33,5|144=34,5|110=35,5|141=36,5|110=37,5|152=38,5|156=39,5|156=40,5|156=41,5|156=42,5|156=43,5|156=44,5|156=45,5|156=46,5|144=47,5|142=48,5|230=49,5|119=50,5|152=51,5|156=52,5|156=53,5|156=54,5|156=55,5|156=56,5|156=57,5|156=58,5|156=59,5|156=60,5|156=61,5|156=62,5|156=63,5|156=64,5|156=65,5|156=66,5|156=67,5|156=68,5|156=69,5|156=70,5|156=71,5|156=72,5|156=73,5|156=74,5|156=75,5|156=76,5|156=77,5|156=78,5|156=79,5|156=80,5|156=81,5|156=82,5|156=83,5|156=84,5|156=85,5|156=86,5|156=87,5|160=88,5| 127=0,6|158=1,6|155=2,6|155=3,6|155=4,6|155=5,6|155=6,6|155=7,6|155=8,6|155=9,6|155=10,6|155=11,6|155=12,6|155=13,6|155=14,6|155=15,6|155=16,6|155=17,6|155=18,6|155=19,6|155=20,6|155=21,6|155=22,6|155=23,6|155=24,6|155=25,6|155=26,6|155=27,6|155=28,6|155=29,6|155=30,6|155=31,6|155=32,6|155=33,6|143=34,6|141=35,6|230=36,6|118=37,6|151=38,6|155=39,6|155=40,6|155=41,6|155=42,6|155=43,6|155=44,6|155=45,6|155=46,6|132=47,6|118=48,6|230=49,6|89=50,6|147=51,6|155=52,6|155=53,6|155=54,6|155=55,6|155=56,6|155=57,6|155=58,6|155=59,6|155=60,6|155=61,6|155=62,6|155=63,6|155=64,6|155=65,6|155=66,6|155=67,6|155=68,6|155=69,6|155=70,6|155=71,6|155=72,6|155=73,6|155=74,6|155=75,6|155=76,6|155=77,6|155=78,6|155=79,6|155=80,6|155=81,6|155=82,6|155=83,6|155=84,6|155=85,6|155=86,6|155=87,6|158=88,6| 127=0,7|157=1,7|154=2,7|154=3,7|154=4,7|154=5,7|154=6,7|154=7,7|154=8,7|154=9,7|154=10,7|154=11,7|154=12,7|154=13,7|154=14,7|154=15,7|154=16,7|154=17,7|154=18,7|154=19,7|154=20,7|154=21,7|154=22,7|154=23,7|154=24,7|154=25,7|154=26,7|154=27,7|154=28,7|154=29,7|154=30,7|154=31,7|154=32,7|154=33,7|131=34,7|117=35,7|230=36,7|88=37,7|135=38,7|108=39,7|130=40,7|82=41,7|100=42,7|89=43,7|103=44,7|117=45,7|146=46,7|131=47,7|113=48,7|230=49,7|86=50,7|145=51,7|124=52,7|115=53,7|120=54,7|116=55,7|149=56,7|154=57,7|154=58,7|154=59,7|154=60,7|154=61,7|154=62,7|154=63,7|154=64,7|154=65,7|154=66,7|154=67,7|154=68,7|154=69,7|154=70,7|154=71,7|154=72,7|154=73,7|154=74,7|154=75,7|154=76,7|154=77,7|154=78,7|154=79,7|154=80,7|154=81,7|154=82,7|154=83,7|154=84,7|154=85,7|154=86,7|154=87,7|157=88,7| 127=0,8|156=1,8|153=2,8|153=3,8|153=4,8|153=5,8|153=6,8|153=7,8|153=8,8|153=9,8|153=10,8|153=11,8|153=12,8|153=13,8|153=14,8|153=15,8|153=16,8|153=17,8|153=18,8|153=19,8|153=20,8|153=21,8|153=22,8|153=23,8|153=24,8|153=25,8|153=26,8|153=27,8|153=28,8|153=29,8|153=30,8|153=31,8|153=32,8|153=33,8|130=34,8|112=35,8|230=36,8|85=37,8|134=38,8|140=39,8|230=40,8|136=41,8|207=42,8|227=43,8|207=44,8|136=45,8|118=46,8|130=47,8|112=48,8|230=49,8|84=50,8|113=51,8|119=52,8|192=53,8|211=54,8|158=55,8|153=56,8|153=57,8|153=58,8|153=59,8|153=60,8|153=61,8|153=62,8|153=63,8|153=64,8|153=65,8|153=66,8|153=67,8|153=68,8|153=69,8|153=70,8|153=71,8|153=72,8|153=73,8|153=74,8|153=75,8|153=76,8|153=77,8|153=78,8|153=79,8|153=80,8|153=81,8|153=82,8|153=83,8|153=84,8|153=85,8|153=86,8|153=87,8|156=88,8| 127=0,9|154=1,9|151=2,9|151=3,9|151=4,9|151=5,9|151=6,9|151=7,9|151=8,9|151=9,9|151=10,9|151=11,9|151=12,9|151=13,9|151=14,9|151=15,9|151=16,9|151=17,9|151=18,9|151=19,9|151=20,9|151=21,9|151=22,9|151=23,9|151=24,9|151=25,9|151=26,9|151=27,9|151=28,9|151=29,9|151=30,9|151=31,9|151=32,9|151=33,9|128=34,9|111=35,9|230=36,9|84=37,9|123=38,9|116=39,9|230=40,9|191=41,9|121=42,9|102=43,9|198=44,9|201=45,9|101=46,9|127=47,9|111=48,9|230=49,9|70=50,9|116=51,9|193=52,9|198=53,9|124=54,9|114=55,9|146=56,9|151=57,9|151=58,9|151=59,9|151=60,9|151=61,9|151=62,9|151=63,9|151=64,9|151=65,9|151=66,9|151=67,9|151=68,9|151=69,9|151=70,9|151=71,9|151=72,9|151=73,9|151=74,9|151=75,9|151=76,9|151=77,9|151=78,9|151=79,9|151=80,9|151=81,9|151=82,9|151=83,9|151=84,9|151=85,9|151=86,9|151=87,9|154=88,9| 127=0,10|155=1,10|151=2,10|151=3,10|151=4,10|151=5,10|151=6,10|151=7,10|151=8,10|151=9,10|151=10,10|151=11,10|151=12,10|151=13,10|151=14,10|151=15,10|151=16,10|151=17,10|151=18,10|151=19,10|151=20,10|151=21,10|151=22,10|151=23,10|151=24,10|151=25,10|151=26,10|151=27,10|151=28,10|151=29,10|151=30,10|151=31,10|151=32,10|151=33,10|128=34,10|111=35,10|230=36,10|84=37,10|123=38,10|111=39,10|230=40,10|106=41,10|82=42,10|71=43,10|119=44,10|229=45,10|85=46,10|124=47,10|111=48,10|230=49,10|85=50,10|200=51,10|190=52,10|97=53,10|87=54,10|143=55,10|151=56,10|151=57,10|151=58,10|151=59,10|151=60,10|151=61,10|151=62,10|151=63,10|151=64,10|151=65,10|151=66,10|151=67,10|151=68,10|151=69,10|151=70,10|151=71,10|151=72,10|151=73,10|151=74,10|151=75,10|151=76,10|151=77,10|151=78,10|151=79,10|151=80,10|151=81,10|151=82,10|151=83,10|151=84,10|151=85,10|151=86,10|151=87,10|155=88,10| 127=0,11|147=1,11|143=2,11|143=3,11|143=4,11|143=5,11|143=6,11|143=7,11|143=8,11|143=9,11|143=10,11|143=11,11|143=12,11|143=13,11|143=14,11|143=15,11|143=16,11|143=17,11|143=18,11|143=19,11|143=20,11|143=21,11|143=22,11|143=23,11|143=24,11|143=25,11|143=26,11|143=27,11|143=28,11|143=29,11|143=30,11|143=31,11|143=32,11|143=33,11|122=34,11|109=35,11|230=36,11|81=37,11|116=38,11|109=39,11|230=40,11|69=41,11|121=42,11|112=43,11|101=44,11|230=45,11|83=46,11|118=47,11|109=48,11|230=49,11|209=50,11|187=51,11|64=52,11|81=53,11|138=54,11|143=55,11|143=56,11|143=57,11|143=58,11|143=59,11|143=60,11|143=61,11|143=62,11|143=63,11|143=64,11|143=65,11|143=66,11|143=67,11|143=68,11|143=69,11|143=70,11|143=71,11|143=72,11|143=73,11|143=74,11|143=75,11|143=76,11|143=77,11|143=78,11|143=79,11|143=80,11|143=81,11|143=82,11|143=83,11|143=84,11|143=85,11|143=86,11|143=87,11|147=88,11| 127=0,12|150=1,12|147=2,12|147=3,12|147=4,12|147=5,12|147=6,12|147=7,12|147=8,12|147=9,12|147=10,12|147=11,12|147=12,12|147=13,12|147=14,12|147=15,12|147=16,12|147=17,12|147=18,12|147=19,12|147=20,12|147=21,12|147=22,12|147=23,12|147=24,12|147=25,12|147=26,12|147=27,12|147=28,12|147=29,12|147=30,12|147=31,12|147=32,12|147=33,12|124=34,12|110=35,12|230=36,12|83=37,12|120=38,12|110=39,12|230=40,12|80=41,12|140=42,12|124=43,12|108=44,12|230=45,12|83=46,12|120=47,12|110=48,12|230=49,12|154=50,12|219=51,12|105=52,12|104=53,12|138=54,12|147=55,12|147=56,12|147=57,12|147=58,12|147=59,12|147=60,12|147=61,12|147=62,12|147=63,12|147=64,12|147=65,12|147=66,12|147=67,12|147=68,12|147=69,12|147=70,12|147=71,12|147=72,12|147=73,12|147=74,12|147=75,12|147=76,12|147=77,12|147=78,12|147=79,12|147=80,12|147=81,12|147=82,12|147=83,12|147=84,12|147=85,12|147=86,12|147=87,12|150=88,12| 127=0,13|149=1,13|146=2,13|146=3,13|146=4,13|146=5,13|146=6,13|146=7,13|146=8,13|146=9,13|146=10,13|146=11,13|146=12,13|146=13,13|146=14,13|146=15,13|146=16,13|146=17,13|146=18,13|146=19,13|146=20,13|146=21,13|146=22,13|146=23,13|146=24,13|146=25,13|146=26,13|146=27,13|146=28,13|146=29,13|146=30,13|146=31,13|146=32,13|146=33,13|124=34,13|110=35,13|230=36,13|83=37,13|119=38,13|110=39,13|230=40,13|83=41,13|140=42,13|124=43,13|110=44,13|230=45,13|83=46,13|119=47,13|110=48,13|230=49,13|53=50,13|154=51,13|220=52,13|134=53,13|105=54,13|137=55,13|146=56,13|146=57,13|146=58,13|146=59,13|146=60,13|146=61,13|146=62,13|146=63,13|146=64,13|146=65,13|146=66,13|146=67,13|146=68,13|146=69,13|146=70,13|146=71,13|146=72,13|146=73,13|146=74,13|146=75,13|146=76,13|146=77,13|146=78,13|146=79,13|146=80,13|146=81,13|146=82,13|146=83,13|146=84,13|146=85,13|146=86,13|146=87,13|149=88,13| 127=0,14|149=1,14|145=2,14|145=3,14|145=4,14|145=5,14|145=6,14|145=7,14|145=8,14|145=9,14|145=10,14|145=11,14|145=12,14|145=13,14|145=14,14|145=15,14|145=16,14|145=17,14|145=18,14|145=19,14|145=20,14|145=21,14|145=22,14|145=23,14|145=24,14|145=25,14|145=26,14|145=27,14|145=28,14|145=29,14|145=30,14|145=31,14|145=32,14|145=33,14|123=34,14|110=35,14|230=36,14|83=37,14|118=38,14|110=39,14|230=40,14|83=41,14|139=42,14|123=43,14|110=44,14|230=45,14|83=46,14|118=47,14|110=48,14|230=49,14|63=50,14|73=51,14|162=52,14|221=53,14|135=54,14|105=55,14|136=56,14|145=57,14|145=58,14|145=59,14|145=60,14|145=61,14|145=62,14|145=63,14|145=64,14|145=65,14|145=66,14|145=67,14|145=68,14|145=69,14|145=70,14|145=71,14|145=72,14|145=73,14|145=74,14|145=75,14|145=76,14|145=77,14|145=78,14|145=79,14|145=80,14|145=81,14|145=82,14|145=83,14|145=84,14|145=85,14|145=86,14|145=87,14|149=88,14| 127=0,15|149=1,15|145=2,15|145=3,15|145=4,15|145=5,15|145=6,15|145=7,15|145=8,15|145=9,15|145=10,15|145=11,15|145=12,15|145=13,15|145=14,15|145=15,15|145=16,15|145=17,15|145=18,15|145=19,15|145=20,15|145=21,15|145=22,15|145=23,15|145=24,15|145=25,15|145=26,15|145=27,15|145=28,15|145=29,15|145=30,15|145=31,15|145=32,15|145=33,15|134=34,15|130=35,15|230=36,15|110=37,15|131=38,15|130=39,15|230=40,15|110=41,15|142=42,15|134=43,15|130=44,15|230=45,15|110=46,15|131=47,15|130=48,15|230=49,15|110=50,15|102=51,15|76=52,15|170=53,15|223=54,15|156=55,15|145=56,15|145=57,15|145=58,15|145=59,15|145=60,15|145=61,15|145=62,15|145=63,15|145=64,15|145=65,15|145=66,15|145=67,15|145=68,15|145=69,15|145=70,15|145=71,15|145=72,15|145=73,15|145=74,15|145=75,15|145=76,15|145=77,15|145=78,15|145=79,15|145=80,15|145=81,15|145=82,15|145=83,15|145=84,15|145=85,15|145=86,15|145=87,15|149=88,15| 127=0,16|148=1,16|145=2,16|145=3,16|145=4,16|145=5,16|145=6,16|145=7,16|145=8,16|145=9,16|145=10,16|145=11,16|145=12,16|145=13,16|145=14,16|145=15,16|145=16,16|145=17,16|145=18,16|145=19,16|145=20,16|145=21,16|145=22,16|145=23,16|145=24,16|145=25,16|145=26,16|145=27,16|145=28,16|145=29,16|145=30,16|145=31,16|145=32,16|145=33,16|134=34,16|94=35,16|92=36,16|100=37,16|131=38,16|94=39,16|92=40,16|100=41,16|142=42,16|134=43,16|94=44,16|92=45,16|100=46,16|131=47,16|94=48,16|92=49,16|100=50,16|142=51,16|104=52,16|76=53,16|109=54,16|105=55,16|136=56,16|145=57,16|145=58,16|145=59,16|145=60,16|145=61,16|145=62,16|145=63,16|145=64,16|145=65,16|145=66,16|145=67,16|145=68,16|145=69,16|145=70,16|145=71,16|145=72,16|145=73,16|145=74,16|145=75,16|145=76,16|145=77,16|145=78,16|145=79,16|145=80,16|145=81,16|145=82,16|145=83,16|145=84,16|145=85,16|145=86,16|145=87,16|148=88,16| 127=0,17|148=1,17|144=2,17|144=3,17|144=4,17|144=5,17|144=6,17|144=7,17|144=8,17|144=9,17|144=10,17|144=11,17|144=12,17|144=13,17|144=14,17|144=15,17|144=16,17|144=17,17|144=18,17|144=19,17|144=20,17|144=21,17|144=22,17|144=23,17|144=24,17|144=25,17|144=26,17|144=27,17|144=28,17|144=29,17|144=30,17|144=31,17|144=32,17|144=33,17|144=34,17|133=35,17|101=36,17|141=37,17|144=38,17|133=39,17|101=40,17|141=41,17|144=42,17|144=43,17|133=44,17|101=45,17|141=46,17|144=47,17|133=48,17|101=49,17|141=50,17|144=51,17|144=52,17|123=53,17|104=54,17|135=55,17|144=56,17|144=57,17|144=58,17|144=59,17|144=60,17|144=61,17|144=62,17|144=63,17|144=64,17|144=65,17|144=66,17|144=67,17|144=68,17|144=69,17|144=70,17|144=71,17|144=72,17|144=73,17|144=74,17|144=75,17|144=76,17|144=77,17|144=78,17|144=79,17|144=80,17|144=81,17|144=82,17|144=83,17|144=84,17|144=85,17|144=86,17|144=87,17|148=88,17| 135=0,18|148=1,18|144=2,18|144=3,18|144=4,18|144=5,18|144=6,18|144=7,18|144=8,18|144=9,18|144=10,18|144=11,18|144=12,18|144=13,18|144=14,18|144=15,18|144=16,18|144=17,18|144=18,18|144=19,18|144=20,18|144=21,18|144=22,18|144=23,18|144=24,18|144=25,18|144=26,18|144=27,18|144=28,18|144=29,18|144=30,18|144=31,18|144=32,18|144=33,18|144=34,18|144=35,18|144=36,18|144=37,18|144=38,18|144=39,18|144=40,18|144=41,18|144=42,18|144=43,18|144=44,18|144=45,18|144=46,18|144=47,18|144=48,18|144=49,18|144=50,18|144=51,18|144=52,18|144=53,18|144=54,18|144=55,18|144=56,18|144=57,18|144=58,18|144=59,18|144=60,18|144=61,18|144=62,18|144=63,18|144=64,18|144=65,18|144=66,18|144=67,18|144=68,18|144=69,18|144=70,18|144=71,18|144=72,18|144=73,18|144=74,18|144=75,18|144=76,18|144=77,18|144=78,18|144=79,18|144=80,18|144=81,18|144=82,18|144=83,18|144=84,18|144=85,18|144=86,18|144=87,18|148=88,18| 168=0,19|146=1,19|145=2,19|144=3,19|144=4,19|144=5,19|144=6,19|144=7,19|144=8,19|144=9,19|144=10,19|144=11,19|144=12,19|144=13,19|144=14,19|144=15,19|144=16,19|144=17,19|144=18,19|144=19,19|144=20,19|144=21,19|144=22,19|144=23,19|144=24,19|144=25,19|144=26,19|144=27,19|144=28,19|144=29,19|144=30,19|144=31,19|144=32,19|144=33,19|144=34,19|144=35,19|144=36,19|144=37,19|144=38,19|144=39,19|144=40,19|144=41,19|144=42,19|144=43,19|144=44,19|144=45,19|144=46,19|144=47,19|144=48,19|144=49,19|144=50,19|144=51,19|144=52,19|144=53,19|144=54,19|144=55,19|144=56,19|144=57,19|144=58,19|144=59,19|144=60,19|144=61,19|144=62,19|144=63,19|144=64,19|144=65,19|144=66,19|144=67,19|144=68,19|144=69,19|144=70,19|144=71,19|144=72,19|144=73,19|144=74,19|144=75,19|144=76,19|144=77,19|144=78,19|144=79,19|144=80,19|144=81,19|144=82,19|144=83,19|144=84,19|144=85,19|144=86,19|145=87,19|146=88,19| 234=0,20|141=1,20|145=2,20|147=3,20|147=4,20|147=5,20|147=6,20|147=7,20|147=8,20|147=9,20|147=10,20|147=11,20|147=12,20|147=13,20|147=14,20|147=15,20|147=16,20|147=17,20|147=18,20|147=19,20|147=20,20|147=21,20|147=22,20|147=23,20|147=24,20|147=25,20|147=26,20|147=27,20|147=28,20|147=29,20|147=30,20|147=31,20|147=32,20|147=33,20|147=34,20|147=35,20|147=36,20|147=37,20|147=38,20|147=39,20|147=40,20|147=41,20|147=42,20|147=43,20|147=44,20|147=45,20|147=46,20|147=47,20|147=48,20|147=49,20|147=50,20|147=51,20|147=52,20|147=53,20|147=54,20|147=55,20|147=56,20|147=57,20|147=58,20|147=59,20|147=60,20|147=61,20|147=62,20|147=63,20|147=64,20|147=65,20|147=66,20|147=67,20|147=68,20|147=69,20|147=70,20|147=71,20|147=72,20|147=73,20|147=74,20|147=75,20|147=76,20|147=77,20|147=78,20|147=79,20|147=80,20|147=81,20|147=82,20|147=83,20|147=84,20|147=85,20|147=86,20|146=87,20|140=88,20| End Object Object INK2 // Test at coords 3581, 274 255=0,0|241=1,0|171=2,0|141=3,0|132=4,0|128=5,0|127=6,0|127=7,0|127=8,0|127=9,0|127=10,0|127=11,0|127=12,0|127=13,0|127=14,0|127=15,0|127=16,0|127=17,0|127=18,0|127=19,0|127=20,0|127=21,0|127=22,0|127=23,0|127=24,0|127=25,0|127=26,0|127=27,0|127=28,0|127=29,0|127=30,0|127=31,0|127=32,0|127=33,0|127=34,0|127=35,0|127=36,0|127=37,0|127=38,0|127=39,0|127=40,0|127=41,0|127=42,0|127=43,0|127=44,0|127=45,0|127=46,0|127=47,0|127=48,0|127=49,0|127=50,0|127=51,0|127=52,0|127=53,0|127=54,0|127=55,0|127=56,0|127=57,0|127=58,0|127=59,0|127=60,0|127=61,0|127=62,0|127=63,0|127=64,0|127=65,0|127=66,0|127=67,0|127=68,0|127=69,0|127=70,0|127=71,0|127=72,0|127=73,0|127=74,0|127=75,0|127=76,0|127=77,0|127=78,0|127=79,0|127=80,0|127=81,0|127=82,0|127=83,0|127=84,0|128=85,0|131=86,0|166=87,0|241=88,0| 235=0,1|146=1,1|164=2,1|173=3,1|173=4,1|173=5,1|173=6,1|173=7,1|173=8,1|173=9,1|173=10,1|173=11,1|173=12,1|173=13,1|173=14,1|173=15,1|173=16,1|173=17,1|173=18,1|173=19,1|173=20,1|173=21,1|173=22,1|173=23,1|173=24,1|173=25,1|173=26,1|173=27,1|173=28,1|173=29,1|173=30,1|173=31,1|173=32,1|173=33,1|173=34,1|173=35,1|173=36,1|173=37,1|173=38,1|173=39,1|173=40,1|173=41,1|173=42,1|173=43,1|173=44,1|173=45,1|173=46,1|173=47,1|173=48,1|173=49,1|173=50,1|173=51,1|173=52,1|173=53,1|173=54,1|173=55,1|173=56,1|173=57,1|173=58,1|173=59,1|173=60,1|173=61,1|173=62,1|173=63,1|173=64,1|173=65,1|173=66,1|173=67,1|173=68,1|173=69,1|173=70,1|173=71,1|173=72,1|173=73,1|173=74,1|173=75,1|173=76,1|173=77,1|173=78,1|173=79,1|173=80,1|173=81,1|173=82,1|173=83,1|173=84,1|173=85,1|173=86,1|166=87,1|146=88,1| 169=0,2|162=1,2|164=2,2|160=3,2|160=4,2|160=5,2|160=6,2|160=7,2|160=8,2|160=9,2|160=10,2|160=11,2|160=12,2|160=13,2|160=14,2|160=15,2|160=16,2|160=17,2|160=18,2|160=19,2|160=20,2|160=21,2|160=22,2|160=23,2|160=24,2|160=25,2|160=26,2|160=27,2|160=28,2|160=29,2|160=30,2|160=31,2|160=32,2|160=33,2|160=34,2|160=35,2|160=36,2|160=37,2|160=38,2|160=39,2|160=40,2|160=41,2|160=42,2|160=43,2|160=44,2|160=45,2|160=46,2|160=47,2|160=48,2|160=49,2|160=50,2|160=51,2|160=52,2|160=53,2|160=54,2|160=55,2|160=56,2|160=57,2|160=58,2|160=59,2|160=60,2|160=61,2|160=62,2|160=63,2|160=64,2|160=65,2|160=66,2|160=67,2|160=68,2|160=69,2|160=70,2|160=71,2|160=72,2|160=73,2|160=74,2|160=75,2|160=76,2|160=77,2|160=78,2|160=79,2|160=80,2|160=81,2|160=82,2|160=83,2|160=84,2|160=85,2|160=86,2|164=87,2|160=88,2| 135=0,3|161=1,3|159=2,3|158=3,3|158=4,3|158=5,3|158=6,3|158=7,3|158=8,3|158=9,3|158=10,3|158=11,3|158=12,3|158=13,3|158=14,3|158=15,3|158=16,3|158=17,3|158=18,3|158=19,3|158=20,3|158=21,3|158=22,3|158=23,3|158=24,3|158=25,3|158=26,3|158=27,3|158=28,3|158=29,3|158=30,3|158=31,3|158=32,3|158=33,3|158=34,3|158=35,3|158=36,3|158=37,3|158=38,3|158=39,3|158=40,3|158=41,3|158=42,3|158=43,3|158=44,3|158=45,3|158=46,3|158=47,3|158=48,3|158=49,3|158=50,3|158=51,3|158=52,3|158=53,3|158=54,3|158=55,3|158=56,3|158=57,3|158=58,3|158=59,3|158=60,3|158=61,3|158=62,3|158=63,3|158=64,3|158=65,3|158=66,3|158=67,3|158=68,3|158=69,3|158=70,3|158=71,3|158=72,3|158=73,3|158=74,3|158=75,3|158=76,3|158=77,3|158=78,3|158=79,3|158=80,3|158=81,3|158=82,3|158=83,3|158=84,3|158=85,3|158=86,3|159=87,3|161=88,3| 127=0,4|160=1,4|157=2,4|157=3,4|157=4,4|157=5,4|157=6,4|157=7,4|157=8,4|157=9,4|157=10,4|157=11,4|157=12,4|157=13,4|157=14,4|157=15,4|157=16,4|157=17,4|157=18,4|157=19,4|157=20,4|157=21,4|157=22,4|157=23,4|157=24,4|157=25,4|157=26,4|157=27,4|157=28,4|157=29,4|157=30,4|157=31,4|157=32,4|157=33,4|157=34,4|157=35,4|157=36,4|157=37,4|157=38,4|157=39,4|157=40,4|157=41,4|157=42,4|157=43,4|157=44,4|157=45,4|157=46,4|145=47,4|110=48,4|142=49,4|110=50,4|153=51,4|157=52,4|157=53,4|157=54,4|157=55,4|157=56,4|157=57,4|157=58,4|157=59,4|157=60,4|157=61,4|157=62,4|157=63,4|157=64,4|157=65,4|157=66,4|157=67,4|157=68,4|157=69,4|157=70,4|157=71,4|157=72,4|157=73,4|157=74,4|157=75,4|157=76,4|157=77,4|157=78,4|157=79,4|157=80,4|157=81,4|157=82,4|157=83,4|157=84,4|157=85,4|157=86,4|157=87,4|160=88,4| 127=0,5|160=1,5|156=2,5|156=3,5|156=4,5|156=5,5|156=6,5|156=7,5|156=8,5|156=9,5|156=10,5|156=11,5|156=12,5|156=13,5|156=14,5|156=15,5|156=16,5|156=17,5|156=18,5|156=19,5|156=20,5|156=21,5|156=22,5|156=23,5|156=24,5|156=25,5|156=26,5|156=27,5|156=28,5|156=29,5|156=30,5|156=31,5|156=32,5|156=33,5|144=34,5|110=35,5|141=36,5|110=37,5|152=38,5|156=39,5|156=40,5|156=41,5|156=42,5|156=43,5|156=44,5|156=45,5|156=46,5|144=47,5|142=48,5|230=49,5|119=50,5|152=51,5|156=52,5|156=53,5|156=54,5|156=55,5|156=56,5|156=57,5|156=58,5|156=59,5|156=60,5|156=61,5|156=62,5|156=63,5|156=64,5|156=65,5|156=66,5|156=67,5|156=68,5|156=69,5|156=70,5|156=71,5|156=72,5|156=73,5|156=74,5|156=75,5|156=76,5|156=77,5|156=78,5|156=79,5|156=80,5|156=81,5|156=82,5|156=83,5|156=84,5|156=85,5|156=86,5|156=87,5|160=88,5| 127=0,6|158=1,6|155=2,6|155=3,6|155=4,6|155=5,6|155=6,6|155=7,6|155=8,6|155=9,6|155=10,6|155=11,6|155=12,6|155=13,6|155=14,6|155=15,6|155=16,6|155=17,6|155=18,6|155=19,6|155=20,6|155=21,6|155=22,6|155=23,6|155=24,6|155=25,6|155=26,6|155=27,6|155=28,6|155=29,6|155=30,6|155=31,6|155=32,6|155=33,6|143=34,6|141=35,6|230=36,6|118=37,6|151=38,6|155=39,6|155=40,6|155=41,6|155=42,6|155=43,6|155=44,6|155=45,6|155=46,6|132=47,6|118=48,6|230=49,6|89=50,6|147=51,6|155=52,6|155=53,6|155=54,6|155=55,6|155=56,6|155=57,6|155=58,6|155=59,6|155=60,6|155=61,6|155=62,6|155=63,6|155=64,6|155=65,6|155=66,6|155=67,6|155=68,6|155=69,6|155=70,6|155=71,6|155=72,6|155=73,6|155=74,6|155=75,6|155=76,6|155=77,6|155=78,6|155=79,6|155=80,6|155=81,6|155=82,6|155=83,6|155=84,6|155=85,6|155=86,6|155=87,6|158=88,6| 127=0,7|157=1,7|154=2,7|154=3,7|154=4,7|154=5,7|154=6,7|154=7,7|154=8,7|154=9,7|154=10,7|154=11,7|154=12,7|154=13,7|154=14,7|154=15,7|154=16,7|154=17,7|154=18,7|154=19,7|154=20,7|154=21,7|154=22,7|154=23,7|154=24,7|154=25,7|154=26,7|154=27,7|154=28,7|154=29,7|154=30,7|154=31,7|154=32,7|154=33,7|131=34,7|117=35,7|230=36,7|88=37,7|135=38,7|108=39,7|130=40,7|82=41,7|100=42,7|89=43,7|103=44,7|117=45,7|146=46,7|131=47,7|113=48,7|230=49,7|86=50,7|145=51,7|124=52,7|115=53,7|120=54,7|116=55,7|149=56,7|154=57,7|154=58,7|154=59,7|154=60,7|154=61,7|154=62,7|154=63,7|154=64,7|154=65,7|154=66,7|154=67,7|154=68,7|154=69,7|154=70,7|154=71,7|154=72,7|154=73,7|154=74,7|154=75,7|154=76,7|154=77,7|154=78,7|154=79,7|154=80,7|154=81,7|154=82,7|154=83,7|154=84,7|154=85,7|154=86,7|154=87,7|157=88,7| 127=0,8|156=1,8|153=2,8|153=3,8|153=4,8|153=5,8|153=6,8|153=7,8|153=8,8|153=9,8|153=10,8|153=11,8|153=12,8|153=13,8|153=14,8|153=15,8|153=16,8|153=17,8|153=18,8|153=19,8|153=20,8|153=21,8|153=22,8|153=23,8|153=24,8|153=25,8|153=26,8|153=27,8|153=28,8|153=29,8|153=30,8|153=31,8|153=32,8|153=33,8|130=34,8|112=35,8|230=36,8|85=37,8|134=38,8|140=39,8|230=40,8|136=41,8|207=42,8|227=43,8|207=44,8|136=45,8|118=46,8|130=47,8|112=48,8|230=49,8|84=50,8|113=51,8|119=52,8|192=53,8|211=54,8|158=55,8|153=56,8|153=57,8|153=58,8|153=59,8|153=60,8|153=61,8|153=62,8|153=63,8|153=64,8|153=65,8|153=66,8|153=67,8|153=68,8|153=69,8|153=70,8|153=71,8|153=72,8|153=73,8|153=74,8|153=75,8|153=76,8|153=77,8|153=78,8|153=79,8|153=80,8|153=81,8|153=82,8|153=83,8|153=84,8|153=85,8|153=86,8|153=87,8|156=88,8| 127=0,9|154=1,9|151=2,9|151=3,9|151=4,9|151=5,9|151=6,9|151=7,9|151=8,9|151=9,9|151=10,9|151=11,9|151=12,9|151=13,9|151=14,9|151=15,9|151=16,9|151=17,9|151=18,9|151=19,9|151=20,9|151=21,9|151=22,9|151=23,9|151=24,9|151=25,9|151=26,9|151=27,9|151=28,9|151=29,9|151=30,9|151=31,9|151=32,9|151=33,9|128=34,9|111=35,9|230=36,9|84=37,9|123=38,9|116=39,9|230=40,9|191=41,9|121=42,9|102=43,9|198=44,9|201=45,9|101=46,9|127=47,9|111=48,9|230=49,9|70=50,9|116=51,9|193=52,9|198=53,9|124=54,9|114=55,9|146=56,9|151=57,9|151=58,9|151=59,9|151=60,9|151=61,9|151=62,9|151=63,9|151=64,9|151=65,9|151=66,9|151=67,9|151=68,9|151=69,9|151=70,9|151=71,9|151=72,9|151=73,9|151=74,9|151=75,9|151=76,9|151=77,9|151=78,9|151=79,9|151=80,9|151=81,9|151=82,9|151=83,9|151=84,9|151=85,9|151=86,9|151=87,9|154=88,9| 127=0,10|155=1,10|151=2,10|151=3,10|151=4,10|151=5,10|151=6,10|151=7,10|151=8,10|151=9,10|151=10,10|151=11,10|151=12,10|151=13,10|151=14,10|151=15,10|151=16,10|151=17,10|151=18,10|151=19,10|151=20,10|151=21,10|151=22,10|151=23,10|151=24,10|151=25,10|151=26,10|151=27,10|151=28,10|151=29,10|151=30,10|151=31,10|151=32,10|151=33,10|128=34,10|111=35,10|230=36,10|84=37,10|123=38,10|111=39,10|230=40,10|106=41,10|82=42,10|71=43,10|119=44,10|229=45,10|85=46,10|124=47,10|111=48,10|230=49,10|85=50,10|200=51,10|190=52,10|97=53,10|87=54,10|143=55,10|151=56,10|151=57,10|151=58,10|151=59,10|151=60,10|151=61,10|151=62,10|151=63,10|151=64,10|151=65,10|151=66,10|151=67,10|151=68,10|151=69,10|151=70,10|151=71,10|151=72,10|151=73,10|151=74,10|151=75,10|151=76,10|151=77,10|151=78,10|151=79,10|151=80,10|151=81,10|151=82,10|151=83,10|151=84,10|151=85,10|151=86,10|151=87,10|155=88,10| 127=0,11|147=1,11|143=2,11|143=3,11|143=4,11|143=5,11|143=6,11|143=7,11|143=8,11|143=9,11|143=10,11|143=11,11|143=12,11|143=13,11|143=14,11|143=15,11|143=16,11|143=17,11|143=18,11|143=19,11|143=20,11|143=21,11|143=22,11|143=23,11|143=24,11|143=25,11|143=26,11|143=27,11|143=28,11|143=29,11|143=30,11|143=31,11|143=32,11|143=33,11|122=34,11|109=35,11|230=36,11|81=37,11|116=38,11|109=39,11|230=40,11|69=41,11|121=42,11|112=43,11|101=44,11|230=45,11|83=46,11|118=47,11|109=48,11|230=49,11|209=50,11|187=51,11|64=52,11|81=53,11|138=54,11|143=55,11|143=56,11|143=57,11|143=58,11|143=59,11|143=60,11|143=61,11|143=62,11|143=63,11|143=64,11|143=65,11|143=66,11|143=67,11|143=68,11|143=69,11|143=70,11|143=71,11|143=72,11|143=73,11|143=74,11|143=75,11|143=76,11|143=77,11|143=78,11|143=79,11|143=80,11|143=81,11|143=82,11|143=83,11|143=84,11|143=85,11|143=86,11|143=87,11|147=88,11| 127=0,12|150=1,12|147=2,12|147=3,12|147=4,12|147=5,12|147=6,12|147=7,12|147=8,12|147=9,12|147=10,12|147=11,12|147=12,12|147=13,12|147=14,12|147=15,12|147=16,12|147=17,12|147=18,12|147=19,12|147=20,12|147=21,12|147=22,12|147=23,12|147=24,12|147=25,12|147=26,12|147=27,12|147=28,12|147=29,12|147=30,12|147=31,12|147=32,12|147=33,12|124=34,12|110=35,12|230=36,12|83=37,12|120=38,12|110=39,12|230=40,12|80=41,12|140=42,12|124=43,12|108=44,12|230=45,12|83=46,12|120=47,12|110=48,12|230=49,12|154=50,12|219=51,12|105=52,12|104=53,12|138=54,12|147=55,12|147=56,12|147=57,12|147=58,12|147=59,12|147=60,12|147=61,12|147=62,12|147=63,12|147=64,12|147=65,12|147=66,12|147=67,12|147=68,12|147=69,12|147=70,12|147=71,12|147=72,12|147=73,12|147=74,12|147=75,12|147=76,12|147=77,12|147=78,12|147=79,12|147=80,12|147=81,12|147=82,12|147=83,12|147=84,12|147=85,12|147=86,12|147=87,12|150=88,12| 127=0,13|149=1,13|146=2,13|146=3,13|146=4,13|146=5,13|146=6,13|146=7,13|146=8,13|146=9,13|146=10,13|146=11,13|146=12,13|146=13,13|146=14,13|146=15,13|146=16,13|146=17,13|146=18,13|146=19,13|146=20,13|146=21,13|146=22,13|146=23,13|146=24,13|146=25,13|146=26,13|146=27,13|146=28,13|146=29,13|146=30,13|146=31,13|146=32,13|146=33,13|124=34,13|110=35,13|230=36,13|83=37,13|119=38,13|110=39,13|230=40,13|83=41,13|140=42,13|124=43,13|110=44,13|230=45,13|83=46,13|119=47,13|110=48,13|230=49,13|53=50,13|154=51,13|220=52,13|134=53,13|105=54,13|137=55,13|146=56,13|146=57,13|146=58,13|146=59,13|146=60,13|146=61,13|146=62,13|146=63,13|146=64,13|146=65,13|146=66,13|146=67,13|146=68,13|146=69,13|146=70,13|146=71,13|146=72,13|146=73,13|146=74,13|146=75,13|146=76,13|146=77,13|146=78,13|146=79,13|146=80,13|146=81,13|146=82,13|146=83,13|146=84,13|146=85,13|146=86,13|146=87,13|149=88,13| 127=0,14|149=1,14|145=2,14|145=3,14|145=4,14|145=5,14|145=6,14|145=7,14|145=8,14|145=9,14|145=10,14|145=11,14|145=12,14|145=13,14|145=14,14|145=15,14|145=16,14|145=17,14|145=18,14|145=19,14|145=20,14|145=21,14|145=22,14|145=23,14|145=24,14|145=25,14|145=26,14|145=27,14|145=28,14|145=29,14|145=30,14|145=31,14|145=32,14|145=33,14|123=34,14|110=35,14|230=36,14|83=37,14|118=38,14|110=39,14|230=40,14|83=41,14|139=42,14|123=43,14|110=44,14|230=45,14|83=46,14|118=47,14|110=48,14|230=49,14|63=50,14|73=51,14|162=52,14|221=53,14|135=54,14|105=55,14|136=56,14|145=57,14|145=58,14|145=59,14|145=60,14|145=61,14|145=62,14|145=63,14|145=64,14|145=65,14|145=66,14|145=67,14|145=68,14|145=69,14|145=70,14|145=71,14|145=72,14|145=73,14|145=74,14|145=75,14|145=76,14|145=77,14|145=78,14|145=79,14|145=80,14|145=81,14|145=82,14|145=83,14|145=84,14|145=85,14|145=86,14|145=87,14|149=88,14| 127=0,15|149=1,15|145=2,15|145=3,15|145=4,15|145=5,15|145=6,15|145=7,15|145=8,15|145=9,15|145=10,15|145=11,15|145=12,15|145=13,15|145=14,15|145=15,15|145=16,15|145=17,15|145=18,15|145=19,15|145=20,15|145=21,15|145=22,15|145=23,15|145=24,15|145=25,15|145=26,15|145=27,15|145=28,15|145=29,15|145=30,15|145=31,15|145=32,15|145=33,15|134=34,15|130=35,15|230=36,15|110=37,15|131=38,15|130=39,15|230=40,15|110=41,15|142=42,15|134=43,15|130=44,15|230=45,15|110=46,15|131=47,15|130=48,15|230=49,15|110=50,15|102=51,15|76=52,15|170=53,15|223=54,15|156=55,15|145=56,15|145=57,15|145=58,15|145=59,15|145=60,15|145=61,15|145=62,15|145=63,15|145=64,15|145=65,15|145=66,15|145=67,15|145=68,15|145=69,15|145=70,15|145=71,15|145=72,15|145=73,15|145=74,15|145=75,15|145=76,15|145=77,15|145=78,15|145=79,15|145=80,15|145=81,15|145=82,15|145=83,15|145=84,15|145=85,15|145=86,15|145=87,15|149=88,15| 127=0,16|148=1,16|145=2,16|145=3,16|145=4,16|145=5,16|145=6,16|145=7,16|145=8,16|145=9,16|145=10,16|145=11,16|145=12,16|145=13,16|145=14,16|145=15,16|145=16,16|145=17,16|145=18,16|145=19,16|145=20,16|145=21,16|145=22,16|145=23,16|145=24,16|145=25,16|145=26,16|145=27,16|145=28,16|145=29,16|145=30,16|145=31,16|145=32,16|145=33,16|134=34,16|94=35,16|92=36,16|100=37,16|131=38,16|94=39,16|92=40,16|100=41,16|142=42,16|134=43,16|94=44,16|92=45,16|100=46,16|131=47,16|94=48,16|92=49,16|100=50,16|142=51,16|104=52,16|76=53,16|109=54,16|105=55,16|136=56,16|145=57,16|145=58,16|145=59,16|145=60,16|145=61,16|145=62,16|145=63,16|145=64,16|145=65,16|145=66,16|145=67,16|145=68,16|145=69,16|145=70,16|145=71,16|145=72,16|145=73,16|145=74,16|145=75,16|145=76,16|145=77,16|145=78,16|145=79,16|145=80,16|145=81,16|145=82,16|145=83,16|145=84,16|145=85,16|145=86,16|145=87,16|148=88,16| 127=0,17|148=1,17|144=2,17|144=3,17|144=4,17|144=5,17|144=6,17|144=7,17|144=8,17|144=9,17|144=10,17|144=11,17|144=12,17|144=13,17|144=14,17|144=15,17|144=16,17|144=17,17|144=18,17|144=19,17|144=20,17|144=21,17|144=22,17|144=23,17|144=24,17|144=25,17|144=26,17|144=27,17|144=28,17|144=29,17|144=30,17|144=31,17|144=32,17|144=33,17|144=34,17|133=35,17|101=36,17|141=37,17|144=38,17|133=39,17|101=40,17|141=41,17|144=42,17|144=43,17|133=44,17|101=45,17|141=46,17|144=47,17|133=48,17|101=49,17|141=50,17|144=51,17|144=52,17|123=53,17|104=54,17|135=55,17|144=56,17|144=57,17|144=58,17|144=59,17|144=60,17|144=61,17|144=62,17|144=63,17|144=64,17|144=65,17|144=66,17|144=67,17|144=68,17|144=69,17|144=70,17|144=71,17|144=72,17|144=73,17|144=74,17|144=75,17|144=76,17|144=77,17|144=78,17|144=79,17|144=80,17|144=81,17|144=82,17|144=83,17|144=84,17|144=85,17|144=86,17|144=87,17|148=88,17| 135=0,18|148=1,18|144=2,18|144=3,18|144=4,18|144=5,18|144=6,18|144=7,18|144=8,18|144=9,18|144=10,18|144=11,18|144=12,18|144=13,18|144=14,18|144=15,18|144=16,18|144=17,18|144=18,18|144=19,18|144=20,18|144=21,18|144=22,18|144=23,18|144=24,18|144=25,18|144=26,18|144=27,18|144=28,18|144=29,18|144=30,18|144=31,18|144=32,18|144=33,18|144=34,18|144=35,18|144=36,18|144=37,18|144=38,18|144=39,18|144=40,18|144=41,18|144=42,18|144=43,18|144=44,18|144=45,18|144=46,18|144=47,18|144=48,18|144=49,18|144=50,18|144=51,18|144=52,18|144=53,18|144=54,18|144=55,18|144=56,18|144=57,18|144=58,18|144=59,18|144=60,18|144=61,18|144=62,18|144=63,18|144=64,18|144=65,18|144=66,18|144=67,18|144=68,18|144=69,18|144=70,18|144=71,18|144=72,18|144=73,18|144=74,18|144=75,18|144=76,18|144=77,18|144=78,18|144=79,18|144=80,18|144=81,18|144=82,18|144=83,18|144=84,18|144=85,18|144=86,18|144=87,18|148=88,18| 168=0,19|146=1,19|145=2,19|144=3,19|144=4,19|144=5,19|144=6,19|144=7,19|144=8,19|144=9,19|144=10,19|144=11,19|144=12,19|144=13,19|144=14,19|144=15,19|144=16,19|144=17,19|144=18,19|144=19,19|144=20,19|144=21,19|144=22,19|144=23,19|144=24,19|144=25,19|144=26,19|144=27,19|144=28,19|144=29,19|144=30,19|144=31,19|144=32,19|144=33,19|144=34,19|144=35,19|144=36,19|144=37,19|144=38,19|144=39,19|144=40,19|144=41,19|144=42,19|144=43,19|144=44,19|144=45,19|144=46,19|144=47,19|144=48,19|144=49,19|144=50,19|144=51,19|144=52,19|144=53,19|144=54,19|144=55,19|144=56,19|144=57,19|144=58,19|144=59,19|144=60,19|144=61,19|144=62,19|144=63,19|144=64,19|144=65,19|144=66,19|144=67,19|144=68,19|144=69,19|144=70,19|144=71,19|144=72,19|144=73,19|144=74,19|144=75,19|144=76,19|144=77,19|144=78,19|144=79,19|144=80,19|144=81,19|144=82,19|144=83,19|144=84,19|144=85,19|144=86,19|145=87,19|146=88,19| 234=0,20|141=1,20|145=2,20|147=3,20|147=4,20|147=5,20|147=6,20|147=7,20|147=8,20|147=9,20|147=10,20|147=11,20|147=12,20|147=13,20|147=14,20|147=15,20|147=16,20|147=17,20|147=18,20|147=19,20|147=20,20|147=21,20|147=22,20|147=23,20|147=24,20|147=25,20|147=26,20|147=27,20|147=28,20|147=29,20|147=30,20|147=31,20|147=32,20|147=33,20|147=34,20|147=35,20|147=36,20|147=37,20|147=38,20|147=39,20|147=40,20|147=41,20|147=42,20|147=43,20|147=44,20|147=45,20|147=46,20|147=47,20|147=48,20|147=49,20|147=50,20|147=51,20|147=52,20|147=53,20|147=54,20|147=55,20|147=56,20|147=57,20|147=58,20|147=59,20|147=60,20|147=61,20|147=62,20|147=63,20|147=64,20|147=65,20|147=66,20|147=67,20|147=68,20|147=69,20|147=70,20|147=71,20|147=72,20|147=73,20|147=74,20|147=75,20|147=76,20|147=77,20|147=78,20|147=79,20|147=80,20|147=81,20|147=82,20|147=83,20|147=84,20|147=85,20|147=86,20|146=87,20|140=88,20| End Object Object INK3 // Test at coords 3459, 301 255=0,0|241=1,0|171=2,0|141=3,0|132=4,0|128=5,0|127=6,0|127=7,0|127=8,0|127=9,0|127=10,0|127=11,0|127=12,0|127=13,0|127=14,0|127=15,0|127=16,0|127=17,0|127=18,0|127=19,0|127=20,0|127=21,0|127=22,0|127=23,0|127=24,0|127=25,0|127=26,0|127=27,0|127=28,0|127=29,0|127=30,0|127=31,0|127=32,0|127=33,0|127=34,0|127=35,0|127=36,0|127=37,0|127=38,0|127=39,0|127=40,0|127=41,0|127=42,0|127=43,0|127=44,0|127=45,0|127=46,0|127=47,0|127=48,0|127=49,0|127=50,0|127=51,0|127=52,0|127=53,0|127=54,0|127=55,0|127=56,0|127=57,0|127=58,0|127=59,0|127=60,0|127=61,0|127=62,0|127=63,0|127=64,0|127=65,0|127=66,0|127=67,0|127=68,0|127=69,0|127=70,0|127=71,0|127=72,0|127=73,0|127=74,0|127=75,0|127=76,0|127=77,0|127=78,0|127=79,0|127=80,0|127=81,0|127=82,0|127=83,0|127=84,0|128=85,0|131=86,0|166=87,0|241=88,0| 235=0,1|146=1,1|164=2,1|173=3,1|173=4,1|173=5,1|173=6,1|173=7,1|173=8,1|173=9,1|173=10,1|173=11,1|173=12,1|173=13,1|173=14,1|173=15,1|173=16,1|173=17,1|173=18,1|173=19,1|173=20,1|173=21,1|173=22,1|173=23,1|173=24,1|173=25,1|173=26,1|173=27,1|173=28,1|173=29,1|173=30,1|173=31,1|173=32,1|173=33,1|173=34,1|173=35,1|173=36,1|173=37,1|173=38,1|173=39,1|173=40,1|173=41,1|173=42,1|173=43,1|173=44,1|173=45,1|173=46,1|173=47,1|173=48,1|173=49,1|173=50,1|173=51,1|173=52,1|173=53,1|173=54,1|173=55,1|173=56,1|173=57,1|173=58,1|173=59,1|173=60,1|173=61,1|173=62,1|173=63,1|173=64,1|173=65,1|173=66,1|173=67,1|173=68,1|173=69,1|173=70,1|173=71,1|173=72,1|173=73,1|173=74,1|173=75,1|173=76,1|173=77,1|173=78,1|173=79,1|173=80,1|173=81,1|173=82,1|173=83,1|173=84,1|173=85,1|173=86,1|166=87,1|146=88,1| 169=0,2|162=1,2|164=2,2|160=3,2|160=4,2|160=5,2|160=6,2|160=7,2|160=8,2|160=9,2|160=10,2|160=11,2|160=12,2|160=13,2|160=14,2|160=15,2|160=16,2|160=17,2|160=18,2|160=19,2|160=20,2|160=21,2|160=22,2|160=23,2|160=24,2|160=25,2|160=26,2|160=27,2|160=28,2|160=29,2|160=30,2|160=31,2|160=32,2|160=33,2|160=34,2|160=35,2|160=36,2|160=37,2|160=38,2|160=39,2|160=40,2|160=41,2|160=42,2|160=43,2|160=44,2|160=45,2|160=46,2|160=47,2|160=48,2|160=49,2|160=50,2|160=51,2|160=52,2|160=53,2|160=54,2|160=55,2|160=56,2|160=57,2|160=58,2|160=59,2|160=60,2|160=61,2|160=62,2|160=63,2|160=64,2|160=65,2|160=66,2|160=67,2|160=68,2|160=69,2|160=70,2|160=71,2|160=72,2|160=73,2|160=74,2|160=75,2|160=76,2|160=77,2|160=78,2|160=79,2|160=80,2|160=81,2|160=82,2|160=83,2|160=84,2|160=85,2|160=86,2|164=87,2|160=88,2| 135=0,3|161=1,3|159=2,3|158=3,3|158=4,3|158=5,3|158=6,3|158=7,3|158=8,3|158=9,3|158=10,3|158=11,3|158=12,3|158=13,3|158=14,3|158=15,3|158=16,3|158=17,3|158=18,3|158=19,3|158=20,3|158=21,3|158=22,3|158=23,3|158=24,3|158=25,3|158=26,3|158=27,3|158=28,3|158=29,3|158=30,3|158=31,3|158=32,3|158=33,3|158=34,3|158=35,3|158=36,3|158=37,3|158=38,3|158=39,3|158=40,3|158=41,3|158=42,3|158=43,3|158=44,3|158=45,3|158=46,3|158=47,3|158=48,3|158=49,3|158=50,3|158=51,3|158=52,3|158=53,3|158=54,3|158=55,3|158=56,3|158=57,3|158=58,3|158=59,3|158=60,3|158=61,3|158=62,3|158=63,3|158=64,3|158=65,3|158=66,3|158=67,3|158=68,3|158=69,3|158=70,3|158=71,3|158=72,3|158=73,3|158=74,3|158=75,3|158=76,3|158=77,3|158=78,3|158=79,3|158=80,3|158=81,3|158=82,3|158=83,3|158=84,3|158=85,3|158=86,3|159=87,3|161=88,3| 127=0,4|160=1,4|157=2,4|157=3,4|157=4,4|157=5,4|157=6,4|157=7,4|157=8,4|157=9,4|157=10,4|157=11,4|157=12,4|157=13,4|157=14,4|157=15,4|157=16,4|157=17,4|157=18,4|157=19,4|157=20,4|157=21,4|157=22,4|157=23,4|157=24,4|157=25,4|157=26,4|157=27,4|157=28,4|157=29,4|157=30,4|157=31,4|157=32,4|157=33,4|157=34,4|157=35,4|157=36,4|157=37,4|157=38,4|157=39,4|157=40,4|157=41,4|157=42,4|157=43,4|157=44,4|157=45,4|157=46,4|145=47,4|110=48,4|142=49,4|110=50,4|153=51,4|157=52,4|157=53,4|157=54,4|157=55,4|157=56,4|157=57,4|157=58,4|157=59,4|157=60,4|157=61,4|157=62,4|157=63,4|157=64,4|157=65,4|157=66,4|157=67,4|157=68,4|157=69,4|157=70,4|157=71,4|157=72,4|157=73,4|157=74,4|157=75,4|157=76,4|157=77,4|157=78,4|157=79,4|157=80,4|157=81,4|157=82,4|157=83,4|157=84,4|157=85,4|157=86,4|157=87,4|160=88,4| 127=0,5|160=1,5|156=2,5|156=3,5|156=4,5|156=5,5|156=6,5|156=7,5|156=8,5|156=9,5|156=10,5|156=11,5|156=12,5|156=13,5|156=14,5|156=15,5|156=16,5|156=17,5|156=18,5|156=19,5|156=20,5|156=21,5|156=22,5|156=23,5|156=24,5|156=25,5|156=26,5|156=27,5|156=28,5|156=29,5|156=30,5|156=31,5|156=32,5|156=33,5|144=34,5|110=35,5|141=36,5|110=37,5|152=38,5|156=39,5|156=40,5|156=41,5|156=42,5|156=43,5|156=44,5|156=45,5|156=46,5|144=47,5|142=48,5|230=49,5|119=50,5|152=51,5|156=52,5|156=53,5|156=54,5|156=55,5|156=56,5|156=57,5|156=58,5|156=59,5|156=60,5|156=61,5|156=62,5|156=63,5|156=64,5|156=65,5|156=66,5|156=67,5|156=68,5|156=69,5|156=70,5|156=71,5|156=72,5|156=73,5|156=74,5|156=75,5|156=76,5|156=77,5|156=78,5|156=79,5|156=80,5|156=81,5|156=82,5|156=83,5|156=84,5|156=85,5|156=86,5|156=87,5|160=88,5| 127=0,6|158=1,6|155=2,6|155=3,6|155=4,6|155=5,6|155=6,6|155=7,6|155=8,6|155=9,6|155=10,6|155=11,6|155=12,6|155=13,6|155=14,6|155=15,6|155=16,6|155=17,6|155=18,6|155=19,6|155=20,6|155=21,6|155=22,6|155=23,6|155=24,6|155=25,6|155=26,6|155=27,6|155=28,6|155=29,6|155=30,6|155=31,6|155=32,6|155=33,6|143=34,6|141=35,6|230=36,6|118=37,6|151=38,6|155=39,6|155=40,6|155=41,6|155=42,6|155=43,6|155=44,6|155=45,6|155=46,6|132=47,6|118=48,6|230=49,6|89=50,6|147=51,6|155=52,6|155=53,6|155=54,6|155=55,6|155=56,6|155=57,6|155=58,6|155=59,6|155=60,6|155=61,6|155=62,6|155=63,6|155=64,6|155=65,6|155=66,6|155=67,6|155=68,6|155=69,6|155=70,6|155=71,6|155=72,6|155=73,6|155=74,6|155=75,6|155=76,6|155=77,6|155=78,6|155=79,6|155=80,6|155=81,6|155=82,6|155=83,6|155=84,6|155=85,6|155=86,6|155=87,6|158=88,6| 127=0,7|157=1,7|154=2,7|154=3,7|154=4,7|154=5,7|154=6,7|154=7,7|154=8,7|154=9,7|154=10,7|154=11,7|154=12,7|154=13,7|154=14,7|154=15,7|154=16,7|154=17,7|154=18,7|154=19,7|154=20,7|154=21,7|154=22,7|154=23,7|154=24,7|154=25,7|154=26,7|154=27,7|154=28,7|154=29,7|154=30,7|154=31,7|154=32,7|154=33,7|131=34,7|117=35,7|230=36,7|88=37,7|135=38,7|108=39,7|130=40,7|82=41,7|100=42,7|89=43,7|103=44,7|117=45,7|146=46,7|131=47,7|113=48,7|230=49,7|86=50,7|145=51,7|124=52,7|115=53,7|120=54,7|116=55,7|149=56,7|154=57,7|154=58,7|154=59,7|154=60,7|154=61,7|154=62,7|154=63,7|154=64,7|154=65,7|154=66,7|154=67,7|154=68,7|154=69,7|154=70,7|154=71,7|154=72,7|154=73,7|154=74,7|154=75,7|154=76,7|154=77,7|154=78,7|154=79,7|154=80,7|154=81,7|154=82,7|154=83,7|154=84,7|154=85,7|154=86,7|154=87,7|157=88,7| 127=0,8|156=1,8|153=2,8|153=3,8|153=4,8|153=5,8|153=6,8|153=7,8|153=8,8|153=9,8|153=10,8|153=11,8|153=12,8|153=13,8|153=14,8|153=15,8|153=16,8|153=17,8|153=18,8|153=19,8|153=20,8|153=21,8|153=22,8|153=23,8|153=24,8|153=25,8|153=26,8|153=27,8|153=28,8|153=29,8|153=30,8|153=31,8|153=32,8|153=33,8|130=34,8|112=35,8|230=36,8|85=37,8|134=38,8|140=39,8|230=40,8|136=41,8|207=42,8|227=43,8|207=44,8|136=45,8|118=46,8|130=47,8|112=48,8|230=49,8|84=50,8|113=51,8|119=52,8|192=53,8|211=54,8|158=55,8|153=56,8|153=57,8|153=58,8|153=59,8|153=60,8|153=61,8|153=62,8|153=63,8|153=64,8|153=65,8|153=66,8|153=67,8|153=68,8|153=69,8|153=70,8|153=71,8|153=72,8|153=73,8|153=74,8|153=75,8|153=76,8|153=77,8|153=78,8|153=79,8|153=80,8|153=81,8|153=82,8|153=83,8|153=84,8|153=85,8|153=86,8|153=87,8|156=88,8| 127=0,9|154=1,9|151=2,9|151=3,9|151=4,9|151=5,9|151=6,9|151=7,9|151=8,9|151=9,9|151=10,9|151=11,9|151=12,9|151=13,9|151=14,9|151=15,9|151=16,9|151=17,9|151=18,9|151=19,9|151=20,9|151=21,9|151=22,9|151=23,9|151=24,9|151=25,9|151=26,9|151=27,9|151=28,9|151=29,9|151=30,9|151=31,9|151=32,9|151=33,9|128=34,9|111=35,9|230=36,9|84=37,9|123=38,9|116=39,9|230=40,9|191=41,9|121=42,9|102=43,9|198=44,9|201=45,9|101=46,9|127=47,9|111=48,9|230=49,9|70=50,9|116=51,9|193=52,9|198=53,9|124=54,9|114=55,9|146=56,9|151=57,9|151=58,9|151=59,9|151=60,9|151=61,9|151=62,9|151=63,9|151=64,9|151=65,9|151=66,9|151=67,9|151=68,9|151=69,9|151=70,9|151=71,9|151=72,9|151=73,9|151=74,9|151=75,9|151=76,9|151=77,9|151=78,9|151=79,9|151=80,9|151=81,9|151=82,9|151=83,9|151=84,9|151=85,9|151=86,9|151=87,9|154=88,9| 127=0,10|155=1,10|151=2,10|151=3,10|151=4,10|151=5,10|151=6,10|151=7,10|151=8,10|151=9,10|151=10,10|151=11,10|151=12,10|151=13,10|151=14,10|151=15,10|151=16,10|151=17,10|151=18,10|151=19,10|151=20,10|151=21,10|151=22,10|151=23,10|151=24,10|151=25,10|151=26,10|151=27,10|151=28,10|151=29,10|151=30,10|151=31,10|151=32,10|151=33,10|128=34,10|111=35,10|230=36,10|84=37,10|123=38,10|111=39,10|230=40,10|106=41,10|82=42,10|71=43,10|119=44,10|229=45,10|85=46,10|124=47,10|111=48,10|230=49,10|85=50,10|200=51,10|190=52,10|97=53,10|87=54,10|143=55,10|151=56,10|151=57,10|151=58,10|151=59,10|151=60,10|151=61,10|151=62,10|151=63,10|151=64,10|151=65,10|151=66,10|151=67,10|151=68,10|151=69,10|151=70,10|151=71,10|151=72,10|151=73,10|151=74,10|151=75,10|151=76,10|151=77,10|151=78,10|151=79,10|151=80,10|151=81,10|151=82,10|151=83,10|151=84,10|151=85,10|151=86,10|151=87,10|155=88,10| 127=0,11|147=1,11|143=2,11|143=3,11|143=4,11|143=5,11|143=6,11|143=7,11|143=8,11|143=9,11|143=10,11|143=11,11|143=12,11|143=13,11|143=14,11|143=15,11|143=16,11|143=17,11|143=18,11|143=19,11|143=20,11|143=21,11|143=22,11|143=23,11|143=24,11|143=25,11|143=26,11|143=27,11|143=28,11|143=29,11|143=30,11|143=31,11|143=32,11|143=33,11|122=34,11|109=35,11|230=36,11|81=37,11|116=38,11|109=39,11|230=40,11|69=41,11|121=42,11|112=43,11|101=44,11|230=45,11|83=46,11|118=47,11|109=48,11|230=49,11|209=50,11|187=51,11|64=52,11|81=53,11|138=54,11|143=55,11|143=56,11|143=57,11|143=58,11|143=59,11|143=60,11|143=61,11|143=62,11|143=63,11|143=64,11|143=65,11|143=66,11|143=67,11|143=68,11|143=69,11|143=70,11|143=71,11|143=72,11|143=73,11|143=74,11|143=75,11|143=76,11|143=77,11|143=78,11|143=79,11|143=80,11|143=81,11|143=82,11|143=83,11|143=84,11|143=85,11|143=86,11|143=87,11|147=88,11| 127=0,12|150=1,12|147=2,12|147=3,12|147=4,12|147=5,12|147=6,12|147=7,12|147=8,12|147=9,12|147=10,12|147=11,12|147=12,12|147=13,12|147=14,12|147=15,12|147=16,12|147=17,12|147=18,12|147=19,12|147=20,12|147=21,12|147=22,12|147=23,12|147=24,12|147=25,12|147=26,12|147=27,12|147=28,12|147=29,12|147=30,12|147=31,12|147=32,12|147=33,12|124=34,12|110=35,12|230=36,12|83=37,12|120=38,12|110=39,12|230=40,12|80=41,12|140=42,12|124=43,12|108=44,12|230=45,12|83=46,12|120=47,12|110=48,12|230=49,12|154=50,12|219=51,12|105=52,12|104=53,12|138=54,12|147=55,12|147=56,12|147=57,12|147=58,12|147=59,12|147=60,12|147=61,12|147=62,12|147=63,12|147=64,12|147=65,12|147=66,12|147=67,12|147=68,12|147=69,12|147=70,12|147=71,12|147=72,12|147=73,12|147=74,12|147=75,12|147=76,12|147=77,12|147=78,12|147=79,12|147=80,12|147=81,12|147=82,12|147=83,12|147=84,12|147=85,12|147=86,12|147=87,12|150=88,12| 127=0,13|149=1,13|146=2,13|146=3,13|146=4,13|146=5,13|146=6,13|146=7,13|146=8,13|146=9,13|146=10,13|146=11,13|146=12,13|146=13,13|146=14,13|146=15,13|146=16,13|146=17,13|146=18,13|146=19,13|146=20,13|146=21,13|146=22,13|146=23,13|146=24,13|146=25,13|146=26,13|146=27,13|146=28,13|146=29,13|146=30,13|146=31,13|146=32,13|146=33,13|124=34,13|110=35,13|230=36,13|83=37,13|119=38,13|110=39,13|230=40,13|83=41,13|140=42,13|124=43,13|110=44,13|230=45,13|83=46,13|119=47,13|110=48,13|230=49,13|53=50,13|154=51,13|220=52,13|134=53,13|105=54,13|137=55,13|146=56,13|146=57,13|146=58,13|146=59,13|146=60,13|146=61,13|146=62,13|146=63,13|146=64,13|146=65,13|146=66,13|146=67,13|146=68,13|146=69,13|146=70,13|146=71,13|146=72,13|146=73,13|146=74,13|146=75,13|146=76,13|146=77,13|146=78,13|146=79,13|146=80,13|146=81,13|146=82,13|146=83,13|146=84,13|146=85,13|146=86,13|146=87,13|149=88,13| 127=0,14|149=1,14|145=2,14|145=3,14|145=4,14|145=5,14|145=6,14|145=7,14|145=8,14|145=9,14|145=10,14|145=11,14|145=12,14|145=13,14|145=14,14|145=15,14|145=16,14|145=17,14|145=18,14|145=19,14|145=20,14|145=21,14|145=22,14|145=23,14|145=24,14|145=25,14|145=26,14|145=27,14|145=28,14|145=29,14|145=30,14|145=31,14|145=32,14|145=33,14|123=34,14|110=35,14|230=36,14|83=37,14|118=38,14|110=39,14|230=40,14|83=41,14|139=42,14|123=43,14|110=44,14|230=45,14|83=46,14|118=47,14|110=48,14|230=49,14|63=50,14|73=51,14|162=52,14|221=53,14|135=54,14|105=55,14|136=56,14|145=57,14|145=58,14|145=59,14|145=60,14|145=61,14|145=62,14|145=63,14|145=64,14|145=65,14|145=66,14|145=67,14|145=68,14|145=69,14|145=70,14|145=71,14|145=72,14|145=73,14|145=74,14|145=75,14|145=76,14|145=77,14|145=78,14|145=79,14|145=80,14|145=81,14|145=82,14|145=83,14|145=84,14|145=85,14|145=86,14|145=87,14|149=88,14| 127=0,15|149=1,15|145=2,15|145=3,15|145=4,15|145=5,15|145=6,15|145=7,15|145=8,15|145=9,15|145=10,15|145=11,15|145=12,15|145=13,15|145=14,15|145=15,15|145=16,15|145=17,15|145=18,15|145=19,15|145=20,15|145=21,15|145=22,15|145=23,15|145=24,15|145=25,15|145=26,15|145=27,15|145=28,15|145=29,15|145=30,15|145=31,15|145=32,15|145=33,15|134=34,15|130=35,15|230=36,15|110=37,15|131=38,15|130=39,15|230=40,15|110=41,15|142=42,15|134=43,15|130=44,15|230=45,15|110=46,15|131=47,15|130=48,15|230=49,15|110=50,15|102=51,15|76=52,15|170=53,15|223=54,15|156=55,15|145=56,15|145=57,15|145=58,15|145=59,15|145=60,15|145=61,15|145=62,15|145=63,15|145=64,15|145=65,15|145=66,15|145=67,15|145=68,15|145=69,15|145=70,15|145=71,15|145=72,15|145=73,15|145=74,15|145=75,15|145=76,15|145=77,15|145=78,15|145=79,15|145=80,15|145=81,15|145=82,15|145=83,15|145=84,15|145=85,15|145=86,15|145=87,15|149=88,15| 127=0,16|148=1,16|145=2,16|145=3,16|145=4,16|145=5,16|145=6,16|145=7,16|145=8,16|145=9,16|145=10,16|145=11,16|145=12,16|145=13,16|145=14,16|145=15,16|145=16,16|145=17,16|145=18,16|145=19,16|145=20,16|145=21,16|145=22,16|145=23,16|145=24,16|145=25,16|145=26,16|145=27,16|145=28,16|145=29,16|145=30,16|145=31,16|145=32,16|145=33,16|134=34,16|94=35,16|92=36,16|100=37,16|131=38,16|94=39,16|92=40,16|100=41,16|142=42,16|134=43,16|94=44,16|92=45,16|100=46,16|131=47,16|94=48,16|92=49,16|100=50,16|142=51,16|104=52,16|76=53,16|109=54,16|105=55,16|136=56,16|145=57,16|145=58,16|145=59,16|145=60,16|145=61,16|145=62,16|145=63,16|145=64,16|145=65,16|145=66,16|145=67,16|145=68,16|145=69,16|145=70,16|145=71,16|145=72,16|145=73,16|145=74,16|145=75,16|145=76,16|145=77,16|145=78,16|145=79,16|145=80,16|145=81,16|145=82,16|145=83,16|145=84,16|145=85,16|145=86,16|145=87,16|148=88,16| 127=0,17|148=1,17|144=2,17|144=3,17|144=4,17|144=5,17|144=6,17|144=7,17|144=8,17|144=9,17|144=10,17|144=11,17|144=12,17|144=13,17|144=14,17|144=15,17|144=16,17|144=17,17|144=18,17|144=19,17|144=20,17|144=21,17|144=22,17|144=23,17|144=24,17|144=25,17|144=26,17|144=27,17|144=28,17|144=29,17|144=30,17|144=31,17|144=32,17|144=33,17|144=34,17|133=35,17|101=36,17|141=37,17|144=38,17|133=39,17|101=40,17|141=41,17|144=42,17|144=43,17|133=44,17|101=45,17|141=46,17|144=47,17|133=48,17|101=49,17|141=50,17|144=51,17|144=52,17|123=53,17|104=54,17|135=55,17|144=56,17|144=57,17|144=58,17|144=59,17|144=60,17|144=61,17|144=62,17|144=63,17|144=64,17|144=65,17|144=66,17|144=67,17|144=68,17|144=69,17|144=70,17|144=71,17|144=72,17|144=73,17|144=74,17|144=75,17|144=76,17|144=77,17|144=78,17|144=79,17|144=80,17|144=81,17|144=82,17|144=83,17|144=84,17|144=85,17|144=86,17|144=87,17|148=88,17| 135=0,18|148=1,18|144=2,18|144=3,18|144=4,18|144=5,18|144=6,18|144=7,18|144=8,18|144=9,18|144=10,18|144=11,18|144=12,18|144=13,18|144=14,18|144=15,18|144=16,18|144=17,18|144=18,18|144=19,18|144=20,18|144=21,18|144=22,18|144=23,18|144=24,18|144=25,18|144=26,18|144=27,18|144=28,18|144=29,18|144=30,18|144=31,18|144=32,18|144=33,18|144=34,18|144=35,18|144=36,18|144=37,18|144=38,18|144=39,18|144=40,18|144=41,18|144=42,18|144=43,18|144=44,18|144=45,18|144=46,18|144=47,18|144=48,18|144=49,18|144=50,18|144=51,18|144=52,18|144=53,18|144=54,18|144=55,18|144=56,18|144=57,18|144=58,18|144=59,18|144=60,18|144=61,18|144=62,18|144=63,18|144=64,18|144=65,18|144=66,18|144=67,18|144=68,18|144=69,18|144=70,18|144=71,18|144=72,18|144=73,18|144=74,18|144=75,18|144=76,18|144=77,18|144=78,18|144=79,18|144=80,18|144=81,18|144=82,18|144=83,18|144=84,18|144=85,18|144=86,18|144=87,18|148=88,18| 168=0,19|146=1,19|145=2,19|144=3,19|144=4,19|144=5,19|144=6,19|144=7,19|144=8,19|144=9,19|144=10,19|144=11,19|144=12,19|144=13,19|144=14,19|144=15,19|144=16,19|144=17,19|144=18,19|144=19,19|144=20,19|144=21,19|144=22,19|144=23,19|144=24,19|144=25,19|144=26,19|144=27,19|144=28,19|144=29,19|144=30,19|144=31,19|144=32,19|144=33,19|144=34,19|144=35,19|144=36,19|144=37,19|144=38,19|144=39,19|144=40,19|144=41,19|144=42,19|144=43,19|144=44,19|144=45,19|144=46,19|144=47,19|144=48,19|144=49,19|144=50,19|144=51,19|144=52,19|144=53,19|144=54,19|144=55,19|144=56,19|144=57,19|144=58,19|144=59,19|144=60,19|144=61,19|144=62,19|144=63,19|144=64,19|144=65,19|144=66,19|144=67,19|144=68,19|144=69,19|144=70,19|144=71,19|144=72,19|144=73,19|144=74,19|144=75,19|144=76,19|144=77,19|144=78,19|144=79,19|144=80,19|144=81,19|144=82,19|144=83,19|144=84,19|144=85,19|144=86,19|145=87,19|146=88,19| 234=0,20|141=1,20|145=2,20|147=3,20|147=4,20|147=5,20|147=6,20|147=7,20|147=8,20|147=9,20|147=10,20|147=11,20|147=12,20|147=13,20|147=14,20|147=15,20|147=16,20|147=17,20|147=18,20|147=19,20|147=20,20|147=21,20|147=22,20|147=23,20|147=24,20|147=25,20|147=26,20|147=27,20|147=28,20|147=29,20|147=30,20|147=31,20|147=32,20|147=33,20|147=34,20|147=35,20|147=36,20|147=37,20|147=38,20|147=39,20|147=40,20|147=41,20|147=42,20|147=43,20|147=44,20|147=45,20|147=46,20|147=47,20|147=48,20|147=49,20|147=50,20|147=51,20|147=52,20|147=53,20|147=54,20|147=55,20|147=56,20|147=57,20|147=58,20|147=59,20|147=60,20|147=61,20|147=62,20|147=63,20|147=64,20|147=65,20|147=66,20|147=67,20|147=68,20|147=69,20|147=70,20|147=71,20|147=72,20|147=73,20|147=74,20|147=75,20|147=76,20|147=77,20|147=78,20|147=79,20|147=80,20|147=81,20|147=82,20|147=83,20|147=84,20|147=85,20|147=86,20|146=87,20|140=88,20| End Object Object INK4 // Test at coords 3581, 301 255=0,0|241=1,0|171=2,0|141=3,0|132=4,0|128=5,0|127=6,0|127=7,0|127=8,0|127=9,0|127=10,0|127=11,0|127=12,0|127=13,0|127=14,0|127=15,0|127=16,0|127=17,0|127=18,0|127=19,0|127=20,0|127=21,0|127=22,0|127=23,0|127=24,0|127=25,0|127=26,0|127=27,0|127=28,0|127=29,0|127=30,0|127=31,0|127=32,0|127=33,0|127=34,0|127=35,0|127=36,0|127=37,0|127=38,0|127=39,0|127=40,0|127=41,0|127=42,0|127=43,0|127=44,0|127=45,0|127=46,0|127=47,0|127=48,0|127=49,0|127=50,0|127=51,0|127=52,0|127=53,0|127=54,0|127=55,0|127=56,0|127=57,0|127=58,0|127=59,0|127=60,0|127=61,0|127=62,0|127=63,0|127=64,0|127=65,0|127=66,0|127=67,0|127=68,0|127=69,0|127=70,0|127=71,0|127=72,0|127=73,0|127=74,0|127=75,0|127=76,0|127=77,0|127=78,0|127=79,0|127=80,0|127=81,0|127=82,0|127=83,0|127=84,0|128=85,0|131=86,0|166=87,0|241=88,0| 235=0,1|146=1,1|164=2,1|173=3,1|173=4,1|173=5,1|173=6,1|173=7,1|173=8,1|173=9,1|173=10,1|173=11,1|173=12,1|173=13,1|173=14,1|173=15,1|173=16,1|173=17,1|173=18,1|173=19,1|173=20,1|173=21,1|173=22,1|173=23,1|173=24,1|173=25,1|173=26,1|173=27,1|173=28,1|173=29,1|173=30,1|173=31,1|173=32,1|173=33,1|173=34,1|173=35,1|173=36,1|173=37,1|173=38,1|173=39,1|173=40,1|173=41,1|173=42,1|173=43,1|173=44,1|173=45,1|173=46,1|173=47,1|173=48,1|173=49,1|173=50,1|173=51,1|173=52,1|173=53,1|173=54,1|173=55,1|173=56,1|173=57,1|173=58,1|173=59,1|173=60,1|173=61,1|173=62,1|173=63,1|173=64,1|173=65,1|173=66,1|173=67,1|173=68,1|173=69,1|173=70,1|173=71,1|173=72,1|173=73,1|173=74,1|173=75,1|173=76,1|173=77,1|173=78,1|173=79,1|173=80,1|173=81,1|173=82,1|173=83,1|173=84,1|173=85,1|173=86,1|166=87,1|146=88,1| 169=0,2|162=1,2|164=2,2|160=3,2|160=4,2|160=5,2|160=6,2|160=7,2|160=8,2|160=9,2|160=10,2|160=11,2|160=12,2|160=13,2|160=14,2|160=15,2|160=16,2|160=17,2|160=18,2|160=19,2|160=20,2|160=21,2|160=22,2|160=23,2|160=24,2|160=25,2|160=26,2|160=27,2|160=28,2|160=29,2|160=30,2|160=31,2|160=32,2|160=33,2|160=34,2|160=35,2|160=36,2|160=37,2|160=38,2|160=39,2|160=40,2|160=41,2|160=42,2|160=43,2|160=44,2|160=45,2|160=46,2|160=47,2|160=48,2|160=49,2|160=50,2|160=51,2|160=52,2|160=53,2|160=54,2|160=55,2|160=56,2|160=57,2|160=58,2|160=59,2|160=60,2|160=61,2|160=62,2|160=63,2|160=64,2|160=65,2|160=66,2|160=67,2|160=68,2|160=69,2|160=70,2|160=71,2|160=72,2|160=73,2|160=74,2|160=75,2|160=76,2|160=77,2|160=78,2|160=79,2|160=80,2|160=81,2|160=82,2|160=83,2|160=84,2|160=85,2|160=86,2|164=87,2|160=88,2| 135=0,3|161=1,3|159=2,3|158=3,3|158=4,3|158=5,3|158=6,3|158=7,3|158=8,3|158=9,3|158=10,3|158=11,3|158=12,3|158=13,3|158=14,3|158=15,3|158=16,3|158=17,3|158=18,3|158=19,3|158=20,3|158=21,3|158=22,3|158=23,3|158=24,3|158=25,3|158=26,3|158=27,3|158=28,3|158=29,3|158=30,3|158=31,3|158=32,3|158=33,3|158=34,3|158=35,3|158=36,3|158=37,3|158=38,3|158=39,3|158=40,3|158=41,3|158=42,3|158=43,3|158=44,3|158=45,3|158=46,3|158=47,3|158=48,3|158=49,3|158=50,3|158=51,3|158=52,3|158=53,3|158=54,3|158=55,3|158=56,3|158=57,3|158=58,3|158=59,3|158=60,3|158=61,3|158=62,3|158=63,3|158=64,3|158=65,3|158=66,3|158=67,3|158=68,3|158=69,3|158=70,3|158=71,3|158=72,3|158=73,3|158=74,3|158=75,3|158=76,3|158=77,3|158=78,3|158=79,3|158=80,3|158=81,3|158=82,3|158=83,3|158=84,3|158=85,3|158=86,3|159=87,3|161=88,3| 127=0,4|160=1,4|157=2,4|157=3,4|157=4,4|157=5,4|157=6,4|157=7,4|157=8,4|157=9,4|157=10,4|157=11,4|157=12,4|157=13,4|157=14,4|157=15,4|157=16,4|157=17,4|157=18,4|157=19,4|157=20,4|157=21,4|157=22,4|157=23,4|157=24,4|157=25,4|157=26,4|157=27,4|157=28,4|157=29,4|157=30,4|157=31,4|157=32,4|157=33,4|157=34,4|157=35,4|157=36,4|157=37,4|157=38,4|157=39,4|157=40,4|157=41,4|157=42,4|157=43,4|157=44,4|157=45,4|157=46,4|145=47,4|110=48,4|142=49,4|110=50,4|153=51,4|157=52,4|157=53,4|157=54,4|157=55,4|157=56,4|157=57,4|157=58,4|157=59,4|157=60,4|157=61,4|157=62,4|157=63,4|157=64,4|157=65,4|157=66,4|157=67,4|157=68,4|157=69,4|157=70,4|157=71,4|157=72,4|157=73,4|157=74,4|157=75,4|157=76,4|157=77,4|157=78,4|157=79,4|157=80,4|157=81,4|157=82,4|157=83,4|157=84,4|157=85,4|157=86,4|157=87,4|160=88,4| 127=0,5|160=1,5|156=2,5|156=3,5|156=4,5|156=5,5|156=6,5|156=7,5|156=8,5|156=9,5|156=10,5|156=11,5|156=12,5|156=13,5|156=14,5|156=15,5|156=16,5|156=17,5|156=18,5|156=19,5|156=20,5|156=21,5|156=22,5|156=23,5|156=24,5|156=25,5|156=26,5|156=27,5|156=28,5|156=29,5|156=30,5|156=31,5|156=32,5|156=33,5|144=34,5|110=35,5|141=36,5|110=37,5|152=38,5|156=39,5|156=40,5|156=41,5|156=42,5|156=43,5|156=44,5|156=45,5|156=46,5|144=47,5|142=48,5|230=49,5|119=50,5|152=51,5|156=52,5|156=53,5|156=54,5|156=55,5|156=56,5|156=57,5|156=58,5|156=59,5|156=60,5|156=61,5|156=62,5|156=63,5|156=64,5|156=65,5|156=66,5|156=67,5|156=68,5|156=69,5|156=70,5|156=71,5|156=72,5|156=73,5|156=74,5|156=75,5|156=76,5|156=77,5|156=78,5|156=79,5|156=80,5|156=81,5|156=82,5|156=83,5|156=84,5|156=85,5|156=86,5|156=87,5|160=88,5| 127=0,6|158=1,6|155=2,6|155=3,6|155=4,6|155=5,6|155=6,6|155=7,6|155=8,6|155=9,6|155=10,6|155=11,6|155=12,6|155=13,6|155=14,6|155=15,6|155=16,6|155=17,6|155=18,6|155=19,6|155=20,6|155=21,6|155=22,6|155=23,6|155=24,6|155=25,6|155=26,6|155=27,6|155=28,6|155=29,6|155=30,6|155=31,6|155=32,6|155=33,6|143=34,6|141=35,6|230=36,6|118=37,6|151=38,6|155=39,6|155=40,6|155=41,6|155=42,6|155=43,6|155=44,6|155=45,6|155=46,6|132=47,6|118=48,6|230=49,6|89=50,6|147=51,6|155=52,6|155=53,6|155=54,6|155=55,6|155=56,6|155=57,6|155=58,6|155=59,6|155=60,6|155=61,6|155=62,6|155=63,6|155=64,6|155=65,6|155=66,6|155=67,6|155=68,6|155=69,6|155=70,6|155=71,6|155=72,6|155=73,6|155=74,6|155=75,6|155=76,6|155=77,6|155=78,6|155=79,6|155=80,6|155=81,6|155=82,6|155=83,6|155=84,6|155=85,6|155=86,6|155=87,6|158=88,6| 127=0,7|157=1,7|154=2,7|154=3,7|154=4,7|154=5,7|154=6,7|154=7,7|154=8,7|154=9,7|154=10,7|154=11,7|154=12,7|154=13,7|154=14,7|154=15,7|154=16,7|154=17,7|154=18,7|154=19,7|154=20,7|154=21,7|154=22,7|154=23,7|154=24,7|154=25,7|154=26,7|154=27,7|154=28,7|154=29,7|154=30,7|154=31,7|154=32,7|154=33,7|131=34,7|117=35,7|230=36,7|88=37,7|135=38,7|108=39,7|130=40,7|82=41,7|100=42,7|89=43,7|103=44,7|117=45,7|146=46,7|131=47,7|113=48,7|230=49,7|86=50,7|145=51,7|124=52,7|115=53,7|120=54,7|116=55,7|149=56,7|154=57,7|154=58,7|154=59,7|154=60,7|154=61,7|154=62,7|154=63,7|154=64,7|154=65,7|154=66,7|154=67,7|154=68,7|154=69,7|154=70,7|154=71,7|154=72,7|154=73,7|154=74,7|154=75,7|154=76,7|154=77,7|154=78,7|154=79,7|154=80,7|154=81,7|154=82,7|154=83,7|154=84,7|154=85,7|154=86,7|154=87,7|157=88,7| 127=0,8|156=1,8|153=2,8|153=3,8|153=4,8|153=5,8|153=6,8|153=7,8|153=8,8|153=9,8|153=10,8|153=11,8|153=12,8|153=13,8|153=14,8|153=15,8|153=16,8|153=17,8|153=18,8|153=19,8|153=20,8|153=21,8|153=22,8|153=23,8|153=24,8|153=25,8|153=26,8|153=27,8|153=28,8|153=29,8|153=30,8|153=31,8|153=32,8|153=33,8|130=34,8|112=35,8|230=36,8|85=37,8|134=38,8|140=39,8|230=40,8|136=41,8|207=42,8|227=43,8|207=44,8|136=45,8|118=46,8|130=47,8|112=48,8|230=49,8|84=50,8|113=51,8|119=52,8|192=53,8|211=54,8|158=55,8|153=56,8|153=57,8|153=58,8|153=59,8|153=60,8|153=61,8|153=62,8|153=63,8|153=64,8|153=65,8|153=66,8|153=67,8|153=68,8|153=69,8|153=70,8|153=71,8|153=72,8|153=73,8|153=74,8|153=75,8|153=76,8|153=77,8|153=78,8|153=79,8|153=80,8|153=81,8|153=82,8|153=83,8|153=84,8|153=85,8|153=86,8|153=87,8|156=88,8| 127=0,9|154=1,9|151=2,9|151=3,9|151=4,9|151=5,9|151=6,9|151=7,9|151=8,9|151=9,9|151=10,9|151=11,9|151=12,9|151=13,9|151=14,9|151=15,9|151=16,9|151=17,9|151=18,9|151=19,9|151=20,9|151=21,9|151=22,9|151=23,9|151=24,9|151=25,9|151=26,9|151=27,9|151=28,9|151=29,9|151=30,9|151=31,9|151=32,9|151=33,9|128=34,9|111=35,9|230=36,9|84=37,9|123=38,9|116=39,9|230=40,9|191=41,9|121=42,9|102=43,9|198=44,9|201=45,9|101=46,9|127=47,9|111=48,9|230=49,9|70=50,9|116=51,9|193=52,9|198=53,9|124=54,9|114=55,9|146=56,9|151=57,9|151=58,9|151=59,9|151=60,9|151=61,9|151=62,9|151=63,9|151=64,9|151=65,9|151=66,9|151=67,9|151=68,9|151=69,9|151=70,9|151=71,9|151=72,9|151=73,9|151=74,9|151=75,9|151=76,9|151=77,9|151=78,9|151=79,9|151=80,9|151=81,9|151=82,9|151=83,9|151=84,9|151=85,9|151=86,9|151=87,9|154=88,9| 127=0,10|155=1,10|151=2,10|151=3,10|151=4,10|151=5,10|151=6,10|151=7,10|151=8,10|151=9,10|151=10,10|151=11,10|151=12,10|151=13,10|151=14,10|151=15,10|151=16,10|151=17,10|151=18,10|151=19,10|151=20,10|151=21,10|151=22,10|151=23,10|151=24,10|151=25,10|151=26,10|151=27,10|151=28,10|151=29,10|151=30,10|151=31,10|151=32,10|151=33,10|128=34,10|111=35,10|230=36,10|84=37,10|123=38,10|111=39,10|230=40,10|106=41,10|82=42,10|71=43,10|119=44,10|229=45,10|85=46,10|124=47,10|111=48,10|230=49,10|85=50,10|200=51,10|190=52,10|97=53,10|87=54,10|143=55,10|151=56,10|151=57,10|151=58,10|151=59,10|151=60,10|151=61,10|151=62,10|151=63,10|151=64,10|151=65,10|151=66,10|151=67,10|151=68,10|151=69,10|151=70,10|151=71,10|151=72,10|151=73,10|151=74,10|151=75,10|151=76,10|151=77,10|151=78,10|151=79,10|151=80,10|151=81,10|151=82,10|151=83,10|151=84,10|151=85,10|151=86,10|151=87,10|155=88,10| 127=0,11|147=1,11|143=2,11|143=3,11|143=4,11|143=5,11|143=6,11|143=7,11|143=8,11|143=9,11|143=10,11|143=11,11|143=12,11|143=13,11|143=14,11|143=15,11|143=16,11|143=17,11|143=18,11|143=19,11|143=20,11|143=21,11|143=22,11|143=23,11|143=24,11|143=25,11|143=26,11|143=27,11|143=28,11|143=29,11|143=30,11|143=31,11|143=32,11|143=33,11|122=34,11|109=35,11|230=36,11|81=37,11|116=38,11|109=39,11|230=40,11|69=41,11|121=42,11|112=43,11|101=44,11|230=45,11|83=46,11|118=47,11|109=48,11|230=49,11|209=50,11|187=51,11|64=52,11|81=53,11|138=54,11|143=55,11|143=56,11|143=57,11|143=58,11|143=59,11|143=60,11|143=61,11|143=62,11|143=63,11|143=64,11|143=65,11|143=66,11|143=67,11|143=68,11|143=69,11|143=70,11|143=71,11|143=72,11|143=73,11|143=74,11|143=75,11|143=76,11|143=77,11|143=78,11|143=79,11|143=80,11|143=81,11|143=82,11|143=83,11|143=84,11|143=85,11|143=86,11|143=87,11|147=88,11| 127=0,12|150=1,12|147=2,12|147=3,12|147=4,12|147=5,12|147=6,12|147=7,12|147=8,12|147=9,12|147=10,12|147=11,12|147=12,12|147=13,12|147=14,12|147=15,12|147=16,12|147=17,12|147=18,12|147=19,12|147=20,12|147=21,12|147=22,12|147=23,12|147=24,12|147=25,12|147=26,12|147=27,12|147=28,12|147=29,12|147=30,12|147=31,12|147=32,12|147=33,12|124=34,12|110=35,12|230=36,12|83=37,12|120=38,12|110=39,12|230=40,12|80=41,12|140=42,12|124=43,12|108=44,12|230=45,12|83=46,12|120=47,12|110=48,12|230=49,12|154=50,12|219=51,12|105=52,12|104=53,12|138=54,12|147=55,12|147=56,12|147=57,12|147=58,12|147=59,12|147=60,12|147=61,12|147=62,12|147=63,12|147=64,12|147=65,12|147=66,12|147=67,12|147=68,12|147=69,12|147=70,12|147=71,12|147=72,12|147=73,12|147=74,12|147=75,12|147=76,12|147=77,12|147=78,12|147=79,12|147=80,12|147=81,12|147=82,12|147=83,12|147=84,12|147=85,12|147=86,12|147=87,12|150=88,12| 127=0,13|149=1,13|146=2,13|146=3,13|146=4,13|146=5,13|146=6,13|146=7,13|146=8,13|146=9,13|146=10,13|146=11,13|146=12,13|146=13,13|146=14,13|146=15,13|146=16,13|146=17,13|146=18,13|146=19,13|146=20,13|146=21,13|146=22,13|146=23,13|146=24,13|146=25,13|146=26,13|146=27,13|146=28,13|146=29,13|146=30,13|146=31,13|146=32,13|146=33,13|124=34,13|110=35,13|230=36,13|83=37,13|119=38,13|110=39,13|230=40,13|83=41,13|140=42,13|124=43,13|110=44,13|230=45,13|83=46,13|119=47,13|110=48,13|230=49,13|53=50,13|154=51,13|220=52,13|134=53,13|105=54,13|137=55,13|146=56,13|146=57,13|146=58,13|146=59,13|146=60,13|146=61,13|146=62,13|146=63,13|146=64,13|146=65,13|146=66,13|146=67,13|146=68,13|146=69,13|146=70,13|146=71,13|146=72,13|146=73,13|146=74,13|146=75,13|146=76,13|146=77,13|146=78,13|146=79,13|146=80,13|146=81,13|146=82,13|146=83,13|146=84,13|146=85,13|146=86,13|146=87,13|149=88,13| 127=0,14|149=1,14|145=2,14|145=3,14|145=4,14|145=5,14|145=6,14|145=7,14|145=8,14|145=9,14|145=10,14|145=11,14|145=12,14|145=13,14|145=14,14|145=15,14|145=16,14|145=17,14|145=18,14|145=19,14|145=20,14|145=21,14|145=22,14|145=23,14|145=24,14|145=25,14|145=26,14|145=27,14|145=28,14|145=29,14|145=30,14|145=31,14|145=32,14|145=33,14|123=34,14|110=35,14|230=36,14|83=37,14|118=38,14|110=39,14|230=40,14|83=41,14|139=42,14|123=43,14|110=44,14|230=45,14|83=46,14|118=47,14|110=48,14|230=49,14|63=50,14|73=51,14|162=52,14|221=53,14|135=54,14|105=55,14|136=56,14|145=57,14|145=58,14|145=59,14|145=60,14|145=61,14|145=62,14|145=63,14|145=64,14|145=65,14|145=66,14|145=67,14|145=68,14|145=69,14|145=70,14|145=71,14|145=72,14|145=73,14|145=74,14|145=75,14|145=76,14|145=77,14|145=78,14|145=79,14|145=80,14|145=81,14|145=82,14|145=83,14|145=84,14|145=85,14|145=86,14|145=87,14|149=88,14| 127=0,15|149=1,15|145=2,15|145=3,15|145=4,15|145=5,15|145=6,15|145=7,15|145=8,15|145=9,15|145=10,15|145=11,15|145=12,15|145=13,15|145=14,15|145=15,15|145=16,15|145=17,15|145=18,15|145=19,15|145=20,15|145=21,15|145=22,15|145=23,15|145=24,15|145=25,15|145=26,15|145=27,15|145=28,15|145=29,15|145=30,15|145=31,15|145=32,15|145=33,15|134=34,15|130=35,15|230=36,15|110=37,15|131=38,15|130=39,15|230=40,15|110=41,15|142=42,15|134=43,15|130=44,15|230=45,15|110=46,15|131=47,15|130=48,15|230=49,15|110=50,15|102=51,15|76=52,15|170=53,15|223=54,15|156=55,15|145=56,15|145=57,15|145=58,15|145=59,15|145=60,15|145=61,15|145=62,15|145=63,15|145=64,15|145=65,15|145=66,15|145=67,15|145=68,15|145=69,15|145=70,15|145=71,15|145=72,15|145=73,15|145=74,15|145=75,15|145=76,15|145=77,15|145=78,15|145=79,15|145=80,15|145=81,15|145=82,15|145=83,15|145=84,15|145=85,15|145=86,15|145=87,15|149=88,15| 127=0,16|148=1,16|145=2,16|145=3,16|145=4,16|145=5,16|145=6,16|145=7,16|145=8,16|145=9,16|145=10,16|145=11,16|145=12,16|145=13,16|145=14,16|145=15,16|145=16,16|145=17,16|145=18,16|145=19,16|145=20,16|145=21,16|145=22,16|145=23,16|145=24,16|145=25,16|145=26,16|145=27,16|145=28,16|145=29,16|145=30,16|145=31,16|145=32,16|145=33,16|134=34,16|94=35,16|92=36,16|100=37,16|131=38,16|94=39,16|92=40,16|100=41,16|142=42,16|134=43,16|94=44,16|92=45,16|100=46,16|131=47,16|94=48,16|92=49,16|100=50,16|142=51,16|104=52,16|76=53,16|109=54,16|105=55,16|136=56,16|145=57,16|145=58,16|145=59,16|145=60,16|145=61,16|145=62,16|145=63,16|145=64,16|145=65,16|145=66,16|145=67,16|145=68,16|145=69,16|145=70,16|145=71,16|145=72,16|145=73,16|145=74,16|145=75,16|145=76,16|145=77,16|145=78,16|145=79,16|145=80,16|145=81,16|145=82,16|145=83,16|145=84,16|145=85,16|145=86,16|145=87,16|148=88,16| 127=0,17|148=1,17|144=2,17|144=3,17|144=4,17|144=5,17|144=6,17|144=7,17|144=8,17|144=9,17|144=10,17|144=11,17|144=12,17|144=13,17|144=14,17|144=15,17|144=16,17|144=17,17|144=18,17|144=19,17|144=20,17|144=21,17|144=22,17|144=23,17|144=24,17|144=25,17|144=26,17|144=27,17|144=28,17|144=29,17|144=30,17|144=31,17|144=32,17|144=33,17|144=34,17|133=35,17|101=36,17|141=37,17|144=38,17|133=39,17|101=40,17|141=41,17|144=42,17|144=43,17|133=44,17|101=45,17|141=46,17|144=47,17|133=48,17|101=49,17|141=50,17|144=51,17|144=52,17|123=53,17|104=54,17|135=55,17|144=56,17|144=57,17|144=58,17|144=59,17|144=60,17|144=61,17|144=62,17|144=63,17|144=64,17|144=65,17|144=66,17|144=67,17|144=68,17|144=69,17|144=70,17|144=71,17|144=72,17|144=73,17|144=74,17|144=75,17|144=76,17|144=77,17|144=78,17|144=79,17|144=80,17|144=81,17|144=82,17|144=83,17|144=84,17|144=85,17|144=86,17|144=87,17|148=88,17| 135=0,18|148=1,18|144=2,18|144=3,18|144=4,18|144=5,18|144=6,18|144=7,18|144=8,18|144=9,18|144=10,18|144=11,18|144=12,18|144=13,18|144=14,18|144=15,18|144=16,18|144=17,18|144=18,18|144=19,18|144=20,18|144=21,18|144=22,18|144=23,18|144=24,18|144=25,18|144=26,18|144=27,18|144=28,18|144=29,18|144=30,18|144=31,18|144=32,18|144=33,18|144=34,18|144=35,18|144=36,18|144=37,18|144=38,18|144=39,18|144=40,18|144=41,18|144=42,18|144=43,18|144=44,18|144=45,18|144=46,18|144=47,18|144=48,18|144=49,18|144=50,18|144=51,18|144=52,18|144=53,18|144=54,18|144=55,18|144=56,18|144=57,18|144=58,18|144=59,18|144=60,18|144=61,18|144=62,18|144=63,18|144=64,18|144=65,18|144=66,18|144=67,18|144=68,18|144=69,18|144=70,18|144=71,18|144=72,18|144=73,18|144=74,18|144=75,18|144=76,18|144=77,18|144=78,18|144=79,18|144=80,18|144=81,18|144=82,18|144=83,18|144=84,18|144=85,18|144=86,18|144=87,18|148=88,18| 168=0,19|146=1,19|145=2,19|144=3,19|144=4,19|144=5,19|144=6,19|144=7,19|144=8,19|144=9,19|144=10,19|144=11,19|144=12,19|144=13,19|144=14,19|144=15,19|144=16,19|144=17,19|144=18,19|144=19,19|144=20,19|144=21,19|144=22,19|144=23,19|144=24,19|144=25,19|144=26,19|144=27,19|144=28,19|144=29,19|144=30,19|144=31,19|144=32,19|144=33,19|144=34,19|144=35,19|144=36,19|144=37,19|144=38,19|144=39,19|144=40,19|144=41,19|144=42,19|144=43,19|144=44,19|144=45,19|144=46,19|144=47,19|144=48,19|144=49,19|144=50,19|144=51,19|144=52,19|144=53,19|144=54,19|144=55,19|144=56,19|144=57,19|144=58,19|144=59,19|144=60,19|144=61,19|144=62,19|144=63,19|144=64,19|144=65,19|144=66,19|144=67,19|144=68,19|144=69,19|144=70,19|144=71,19|144=72,19|144=73,19|144=74,19|144=75,19|144=76,19|144=77,19|144=78,19|144=79,19|144=80,19|144=81,19|144=82,19|144=83,19|144=84,19|144=85,19|144=86,19|145=87,19|146=88,19| 234=0,20|141=1,20|145=2,20|147=3,20|147=4,20|147=5,20|147=6,20|147=7,20|147=8,20|147=9,20|147=10,20|147=11,20|147=12,20|147=13,20|147=14,20|147=15,20|147=16,20|147=17,20|147=18,20|147=19,20|147=20,20|147=21,20|147=22,20|147=23,20|147=24,20|147=25,20|147=26,20|147=27,20|147=28,20|147=29,20|147=30,20|147=31,20|147=32,20|147=33,20|147=34,20|147=35,20|147=36,20|147=37,20|147=38,20|147=39,20|147=40,20|147=41,20|147=42,20|147=43,20|147=44,20|147=45,20|147=46,20|147=47,20|147=48,20|147=49,20|147=50,20|147=51,20|147=52,20|147=53,20|147=54,20|147=55,20|147=56,20|147=57,20|147=58,20|147=59,20|147=60,20|147=61,20|147=62,20|147=63,20|147=64,20|147=65,20|147=66,20|147=67,20|147=68,20|147=69,20|147=70,20|147=71,20|147=72,20|147=73,20|147=74,20|147=75,20|147=76,20|147=77,20|147=78,20|147=79,20|147=80,20|147=81,20|147=82,20|147=83,20|147=84,20|147=85,20|147=86,20|146=87,20|140=88,20| End Object Object INK5 // Test at coords 3703, 301 255=0,0|241=1,0|171=2,0|141=3,0|132=4,0|128=5,0|127=6,0|127=7,0|127=8,0|127=9,0|127=10,0|127=11,0|127=12,0|127=13,0|127=14,0|127=15,0|127=16,0|127=17,0|127=18,0|127=19,0|127=20,0|127=21,0|127=22,0|127=23,0|127=24,0|127=25,0|127=26,0|127=27,0|127=28,0|127=29,0|127=30,0|127=31,0|127=32,0|127=33,0|127=34,0|127=35,0|127=36,0|127=37,0|127=38,0|127=39,0|127=40,0|127=41,0|127=42,0|127=43,0|127=44,0|127=45,0|127=46,0|127=47,0|127=48,0|127=49,0|127=50,0|127=51,0|127=52,0|127=53,0|127=54,0|127=55,0|127=56,0|127=57,0|127=58,0|127=59,0|127=60,0|127=61,0|127=62,0|127=63,0|127=64,0|127=65,0|127=66,0|127=67,0|127=68,0|127=69,0|127=70,0|127=71,0|127=72,0|127=73,0|127=74,0|127=75,0|127=76,0|127=77,0|127=78,0|127=79,0|127=80,0|127=81,0|127=82,0|127=83,0|127=84,0|128=85,0|131=86,0|166=87,0|241=88,0| 235=0,1|146=1,1|164=2,1|173=3,1|173=4,1|173=5,1|173=6,1|173=7,1|173=8,1|173=9,1|173=10,1|173=11,1|173=12,1|173=13,1|173=14,1|173=15,1|173=16,1|173=17,1|173=18,1|173=19,1|173=20,1|173=21,1|173=22,1|173=23,1|173=24,1|173=25,1|173=26,1|173=27,1|173=28,1|173=29,1|173=30,1|173=31,1|173=32,1|173=33,1|173=34,1|173=35,1|173=36,1|173=37,1|173=38,1|173=39,1|173=40,1|173=41,1|173=42,1|173=43,1|173=44,1|173=45,1|173=46,1|173=47,1|173=48,1|173=49,1|173=50,1|173=51,1|173=52,1|173=53,1|173=54,1|173=55,1|173=56,1|173=57,1|173=58,1|173=59,1|173=60,1|173=61,1|173=62,1|173=63,1|173=64,1|173=65,1|173=66,1|173=67,1|173=68,1|173=69,1|173=70,1|173=71,1|173=72,1|173=73,1|173=74,1|173=75,1|173=76,1|173=77,1|173=78,1|173=79,1|173=80,1|173=81,1|173=82,1|173=83,1|173=84,1|173=85,1|173=86,1|166=87,1|146=88,1| 169=0,2|162=1,2|164=2,2|160=3,2|160=4,2|160=5,2|160=6,2|160=7,2|160=8,2|160=9,2|160=10,2|160=11,2|160=12,2|160=13,2|160=14,2|160=15,2|160=16,2|160=17,2|160=18,2|160=19,2|160=20,2|160=21,2|160=22,2|160=23,2|160=24,2|160=25,2|160=26,2|160=27,2|160=28,2|160=29,2|160=30,2|160=31,2|160=32,2|160=33,2|160=34,2|160=35,2|160=36,2|160=37,2|160=38,2|160=39,2|160=40,2|160=41,2|160=42,2|160=43,2|160=44,2|160=45,2|160=46,2|160=47,2|160=48,2|160=49,2|160=50,2|160=51,2|160=52,2|160=53,2|160=54,2|160=55,2|160=56,2|160=57,2|160=58,2|160=59,2|160=60,2|160=61,2|160=62,2|160=63,2|160=64,2|160=65,2|160=66,2|160=67,2|160=68,2|160=69,2|160=70,2|160=71,2|160=72,2|160=73,2|160=74,2|160=75,2|160=76,2|160=77,2|160=78,2|160=79,2|160=80,2|160=81,2|160=82,2|160=83,2|160=84,2|160=85,2|160=86,2|164=87,2|160=88,2| 135=0,3|161=1,3|159=2,3|158=3,3|158=4,3|158=5,3|158=6,3|158=7,3|158=8,3|158=9,3|158=10,3|158=11,3|158=12,3|158=13,3|158=14,3|158=15,3|158=16,3|158=17,3|158=18,3|158=19,3|158=20,3|158=21,3|158=22,3|158=23,3|158=24,3|158=25,3|158=26,3|158=27,3|158=28,3|158=29,3|158=30,3|158=31,3|158=32,3|158=33,3|158=34,3|158=35,3|158=36,3|158=37,3|158=38,3|158=39,3|158=40,3|158=41,3|158=42,3|158=43,3|158=44,3|158=45,3|158=46,3|158=47,3|158=48,3|158=49,3|158=50,3|158=51,3|158=52,3|158=53,3|158=54,3|158=55,3|158=56,3|158=57,3|158=58,3|158=59,3|158=60,3|158=61,3|158=62,3|158=63,3|158=64,3|158=65,3|158=66,3|158=67,3|158=68,3|158=69,3|158=70,3|158=71,3|158=72,3|158=73,3|158=74,3|158=75,3|158=76,3|158=77,3|158=78,3|158=79,3|158=80,3|158=81,3|158=82,3|158=83,3|158=84,3|158=85,3|158=86,3|159=87,3|161=88,3| 127=0,4|160=1,4|157=2,4|157=3,4|157=4,4|157=5,4|157=6,4|157=7,4|157=8,4|157=9,4|157=10,4|157=11,4|157=12,4|157=13,4|157=14,4|157=15,4|157=16,4|157=17,4|157=18,4|157=19,4|157=20,4|157=21,4|157=22,4|157=23,4|157=24,4|157=25,4|157=26,4|157=27,4|157=28,4|157=29,4|157=30,4|157=31,4|157=32,4|157=33,4|157=34,4|157=35,4|157=36,4|157=37,4|157=38,4|157=39,4|157=40,4|157=41,4|157=42,4|157=43,4|157=44,4|157=45,4|157=46,4|145=47,4|110=48,4|142=49,4|110=50,4|153=51,4|157=52,4|157=53,4|157=54,4|157=55,4|157=56,4|157=57,4|157=58,4|157=59,4|157=60,4|157=61,4|157=62,4|157=63,4|157=64,4|157=65,4|157=66,4|157=67,4|157=68,4|157=69,4|157=70,4|157=71,4|157=72,4|157=73,4|157=74,4|157=75,4|157=76,4|157=77,4|157=78,4|157=79,4|157=80,4|157=81,4|157=82,4|157=83,4|157=84,4|157=85,4|157=86,4|157=87,4|160=88,4| 127=0,5|160=1,5|156=2,5|156=3,5|156=4,5|156=5,5|156=6,5|156=7,5|156=8,5|156=9,5|156=10,5|156=11,5|156=12,5|156=13,5|156=14,5|156=15,5|156=16,5|156=17,5|156=18,5|156=19,5|156=20,5|156=21,5|156=22,5|156=23,5|156=24,5|156=25,5|156=26,5|156=27,5|156=28,5|156=29,5|156=30,5|156=31,5|156=32,5|156=33,5|144=34,5|110=35,5|141=36,5|110=37,5|152=38,5|156=39,5|156=40,5|156=41,5|156=42,5|156=43,5|156=44,5|156=45,5|156=46,5|144=47,5|142=48,5|230=49,5|119=50,5|152=51,5|156=52,5|156=53,5|156=54,5|156=55,5|156=56,5|156=57,5|156=58,5|156=59,5|156=60,5|156=61,5|156=62,5|156=63,5|156=64,5|156=65,5|156=66,5|156=67,5|156=68,5|156=69,5|156=70,5|156=71,5|156=72,5|156=73,5|156=74,5|156=75,5|156=76,5|156=77,5|156=78,5|156=79,5|156=80,5|156=81,5|156=82,5|156=83,5|156=84,5|156=85,5|156=86,5|156=87,5|160=88,5| 127=0,6|158=1,6|155=2,6|155=3,6|155=4,6|155=5,6|155=6,6|155=7,6|155=8,6|155=9,6|155=10,6|155=11,6|155=12,6|155=13,6|155=14,6|155=15,6|155=16,6|155=17,6|155=18,6|155=19,6|155=20,6|155=21,6|155=22,6|155=23,6|155=24,6|155=25,6|155=26,6|155=27,6|155=28,6|155=29,6|155=30,6|155=31,6|155=32,6|155=33,6|143=34,6|141=35,6|230=36,6|118=37,6|151=38,6|155=39,6|155=40,6|155=41,6|155=42,6|155=43,6|155=44,6|155=45,6|155=46,6|132=47,6|118=48,6|230=49,6|89=50,6|147=51,6|155=52,6|155=53,6|155=54,6|155=55,6|155=56,6|155=57,6|155=58,6|155=59,6|155=60,6|155=61,6|155=62,6|155=63,6|155=64,6|155=65,6|155=66,6|155=67,6|155=68,6|155=69,6|155=70,6|155=71,6|155=72,6|155=73,6|155=74,6|155=75,6|155=76,6|155=77,6|155=78,6|155=79,6|155=80,6|155=81,6|155=82,6|155=83,6|155=84,6|155=85,6|155=86,6|155=87,6|158=88,6| 127=0,7|157=1,7|154=2,7|154=3,7|154=4,7|154=5,7|154=6,7|154=7,7|154=8,7|154=9,7|154=10,7|154=11,7|154=12,7|154=13,7|154=14,7|154=15,7|154=16,7|154=17,7|154=18,7|154=19,7|154=20,7|154=21,7|154=22,7|154=23,7|154=24,7|154=25,7|154=26,7|154=27,7|154=28,7|154=29,7|154=30,7|154=31,7|154=32,7|154=33,7|131=34,7|117=35,7|230=36,7|88=37,7|135=38,7|108=39,7|130=40,7|82=41,7|100=42,7|89=43,7|103=44,7|117=45,7|146=46,7|131=47,7|113=48,7|230=49,7|86=50,7|145=51,7|124=52,7|115=53,7|120=54,7|116=55,7|149=56,7|154=57,7|154=58,7|154=59,7|154=60,7|154=61,7|154=62,7|154=63,7|154=64,7|154=65,7|154=66,7|154=67,7|154=68,7|154=69,7|154=70,7|154=71,7|154=72,7|154=73,7|154=74,7|154=75,7|154=76,7|154=77,7|154=78,7|154=79,7|154=80,7|154=81,7|154=82,7|154=83,7|154=84,7|154=85,7|154=86,7|154=87,7|157=88,7| 127=0,8|156=1,8|153=2,8|153=3,8|153=4,8|153=5,8|153=6,8|153=7,8|153=8,8|153=9,8|153=10,8|153=11,8|153=12,8|153=13,8|153=14,8|153=15,8|153=16,8|153=17,8|153=18,8|153=19,8|153=20,8|153=21,8|153=22,8|153=23,8|153=24,8|153=25,8|153=26,8|153=27,8|153=28,8|153=29,8|153=30,8|153=31,8|153=32,8|153=33,8|130=34,8|112=35,8|230=36,8|85=37,8|134=38,8|140=39,8|230=40,8|136=41,8|207=42,8|227=43,8|207=44,8|136=45,8|118=46,8|130=47,8|112=48,8|230=49,8|84=50,8|113=51,8|119=52,8|192=53,8|211=54,8|158=55,8|153=56,8|153=57,8|153=58,8|153=59,8|153=60,8|153=61,8|153=62,8|153=63,8|153=64,8|153=65,8|153=66,8|153=67,8|153=68,8|153=69,8|153=70,8|153=71,8|153=72,8|153=73,8|153=74,8|153=75,8|153=76,8|153=77,8|153=78,8|153=79,8|153=80,8|153=81,8|153=82,8|153=83,8|153=84,8|153=85,8|153=86,8|153=87,8|156=88,8| 127=0,9|154=1,9|151=2,9|151=3,9|151=4,9|151=5,9|151=6,9|151=7,9|151=8,9|151=9,9|151=10,9|151=11,9|151=12,9|151=13,9|151=14,9|151=15,9|151=16,9|151=17,9|151=18,9|151=19,9|151=20,9|151=21,9|151=22,9|151=23,9|151=24,9|151=25,9|151=26,9|151=27,9|151=28,9|151=29,9|151=30,9|151=31,9|151=32,9|151=33,9|128=34,9|111=35,9|230=36,9|84=37,9|123=38,9|116=39,9|230=40,9|191=41,9|121=42,9|102=43,9|198=44,9|201=45,9|101=46,9|127=47,9|111=48,9|230=49,9|70=50,9|116=51,9|193=52,9|198=53,9|124=54,9|114=55,9|146=56,9|151=57,9|151=58,9|151=59,9|151=60,9|151=61,9|151=62,9|151=63,9|151=64,9|151=65,9|151=66,9|151=67,9|151=68,9|151=69,9|151=70,9|151=71,9|151=72,9|151=73,9|151=74,9|151=75,9|151=76,9|151=77,9|151=78,9|151=79,9|151=80,9|151=81,9|151=82,9|151=83,9|151=84,9|151=85,9|151=86,9|151=87,9|154=88,9| 127=0,10|155=1,10|151=2,10|151=3,10|151=4,10|151=5,10|151=6,10|151=7,10|151=8,10|151=9,10|151=10,10|151=11,10|151=12,10|151=13,10|151=14,10|151=15,10|151=16,10|151=17,10|151=18,10|151=19,10|151=20,10|151=21,10|151=22,10|151=23,10|151=24,10|151=25,10|151=26,10|151=27,10|151=28,10|151=29,10|151=30,10|151=31,10|151=32,10|151=33,10|128=34,10|111=35,10|230=36,10|84=37,10|123=38,10|111=39,10|230=40,10|106=41,10|82=42,10|71=43,10|119=44,10|229=45,10|85=46,10|124=47,10|111=48,10|230=49,10|85=50,10|200=51,10|190=52,10|97=53,10|87=54,10|143=55,10|151=56,10|151=57,10|151=58,10|151=59,10|151=60,10|151=61,10|151=62,10|151=63,10|151=64,10|151=65,10|151=66,10|151=67,10|151=68,10|151=69,10|151=70,10|151=71,10|151=72,10|151=73,10|151=74,10|151=75,10|151=76,10|151=77,10|151=78,10|151=79,10|151=80,10|151=81,10|151=82,10|151=83,10|151=84,10|151=85,10|151=86,10|151=87,10|155=88,10| 127=0,11|147=1,11|143=2,11|143=3,11|143=4,11|143=5,11|143=6,11|143=7,11|143=8,11|143=9,11|143=10,11|143=11,11|143=12,11|143=13,11|143=14,11|143=15,11|143=16,11|143=17,11|143=18,11|143=19,11|143=20,11|143=21,11|143=22,11|143=23,11|143=24,11|143=25,11|143=26,11|143=27,11|143=28,11|143=29,11|143=30,11|143=31,11|143=32,11|143=33,11|122=34,11|109=35,11|230=36,11|81=37,11|116=38,11|109=39,11|230=40,11|69=41,11|121=42,11|112=43,11|101=44,11|230=45,11|83=46,11|118=47,11|109=48,11|230=49,11|209=50,11|187=51,11|64=52,11|81=53,11|138=54,11|143=55,11|143=56,11|143=57,11|143=58,11|143=59,11|143=60,11|143=61,11|143=62,11|143=63,11|143=64,11|143=65,11|143=66,11|143=67,11|143=68,11|143=69,11|143=70,11|143=71,11|143=72,11|143=73,11|143=74,11|143=75,11|143=76,11|143=77,11|143=78,11|143=79,11|143=80,11|143=81,11|143=82,11|143=83,11|143=84,11|143=85,11|143=86,11|143=87,11|147=88,11| 127=0,12|150=1,12|147=2,12|147=3,12|147=4,12|147=5,12|147=6,12|147=7,12|147=8,12|147=9,12|147=10,12|147=11,12|147=12,12|147=13,12|147=14,12|147=15,12|147=16,12|147=17,12|147=18,12|147=19,12|147=20,12|147=21,12|147=22,12|147=23,12|147=24,12|147=25,12|147=26,12|147=27,12|147=28,12|147=29,12|147=30,12|147=31,12|147=32,12|147=33,12|124=34,12|110=35,12|230=36,12|83=37,12|120=38,12|110=39,12|230=40,12|80=41,12|140=42,12|124=43,12|108=44,12|230=45,12|83=46,12|120=47,12|110=48,12|230=49,12|154=50,12|219=51,12|105=52,12|104=53,12|138=54,12|147=55,12|147=56,12|147=57,12|147=58,12|147=59,12|147=60,12|147=61,12|147=62,12|147=63,12|147=64,12|147=65,12|147=66,12|147=67,12|147=68,12|147=69,12|147=70,12|147=71,12|147=72,12|147=73,12|147=74,12|147=75,12|147=76,12|147=77,12|147=78,12|147=79,12|147=80,12|147=81,12|147=82,12|147=83,12|147=84,12|147=85,12|147=86,12|147=87,12|150=88,12| 127=0,13|149=1,13|146=2,13|146=3,13|146=4,13|146=5,13|146=6,13|146=7,13|146=8,13|146=9,13|146=10,13|146=11,13|146=12,13|146=13,13|146=14,13|146=15,13|146=16,13|146=17,13|146=18,13|146=19,13|146=20,13|146=21,13|146=22,13|146=23,13|146=24,13|146=25,13|146=26,13|146=27,13|146=28,13|146=29,13|146=30,13|146=31,13|146=32,13|146=33,13|124=34,13|110=35,13|230=36,13|83=37,13|119=38,13|110=39,13|230=40,13|83=41,13|140=42,13|124=43,13|110=44,13|230=45,13|83=46,13|119=47,13|110=48,13|230=49,13|53=50,13|154=51,13|220=52,13|134=53,13|105=54,13|137=55,13|146=56,13|146=57,13|146=58,13|146=59,13|146=60,13|146=61,13|146=62,13|146=63,13|146=64,13|146=65,13|146=66,13|146=67,13|146=68,13|146=69,13|146=70,13|146=71,13|146=72,13|146=73,13|146=74,13|146=75,13|146=76,13|146=77,13|146=78,13|146=79,13|146=80,13|146=81,13|146=82,13|146=83,13|146=84,13|146=85,13|146=86,13|146=87,13|149=88,13| 127=0,14|149=1,14|145=2,14|145=3,14|145=4,14|145=5,14|145=6,14|145=7,14|145=8,14|145=9,14|145=10,14|145=11,14|145=12,14|145=13,14|145=14,14|145=15,14|145=16,14|145=17,14|145=18,14|145=19,14|145=20,14|145=21,14|145=22,14|145=23,14|145=24,14|145=25,14|145=26,14|145=27,14|145=28,14|145=29,14|145=30,14|145=31,14|145=32,14|145=33,14|123=34,14|110=35,14|230=36,14|83=37,14|118=38,14|110=39,14|230=40,14|83=41,14|139=42,14|123=43,14|110=44,14|230=45,14|83=46,14|118=47,14|110=48,14|230=49,14|63=50,14|73=51,14|162=52,14|221=53,14|135=54,14|105=55,14|136=56,14|145=57,14|145=58,14|145=59,14|145=60,14|145=61,14|145=62,14|145=63,14|145=64,14|145=65,14|145=66,14|145=67,14|145=68,14|145=69,14|145=70,14|145=71,14|145=72,14|145=73,14|145=74,14|145=75,14|145=76,14|145=77,14|145=78,14|145=79,14|145=80,14|145=81,14|145=82,14|145=83,14|145=84,14|145=85,14|145=86,14|145=87,14|149=88,14| 127=0,15|149=1,15|145=2,15|145=3,15|145=4,15|145=5,15|145=6,15|145=7,15|145=8,15|145=9,15|145=10,15|145=11,15|145=12,15|145=13,15|145=14,15|145=15,15|145=16,15|145=17,15|145=18,15|145=19,15|145=20,15|145=21,15|145=22,15|145=23,15|145=24,15|145=25,15|145=26,15|145=27,15|145=28,15|145=29,15|145=30,15|145=31,15|145=32,15|145=33,15|134=34,15|130=35,15|230=36,15|110=37,15|131=38,15|130=39,15|230=40,15|110=41,15|142=42,15|134=43,15|130=44,15|230=45,15|110=46,15|131=47,15|130=48,15|230=49,15|110=50,15|102=51,15|76=52,15|170=53,15|223=54,15|156=55,15|145=56,15|145=57,15|145=58,15|145=59,15|145=60,15|145=61,15|145=62,15|145=63,15|145=64,15|145=65,15|145=66,15|145=67,15|145=68,15|145=69,15|145=70,15|145=71,15|145=72,15|145=73,15|145=74,15|145=75,15|145=76,15|145=77,15|145=78,15|145=79,15|145=80,15|145=81,15|145=82,15|145=83,15|145=84,15|145=85,15|145=86,15|145=87,15|149=88,15| 127=0,16|148=1,16|145=2,16|145=3,16|145=4,16|145=5,16|145=6,16|145=7,16|145=8,16|145=9,16|145=10,16|145=11,16|145=12,16|145=13,16|145=14,16|145=15,16|145=16,16|145=17,16|145=18,16|145=19,16|145=20,16|145=21,16|145=22,16|145=23,16|145=24,16|145=25,16|145=26,16|145=27,16|145=28,16|145=29,16|145=30,16|145=31,16|145=32,16|145=33,16|134=34,16|94=35,16|92=36,16|100=37,16|131=38,16|94=39,16|92=40,16|100=41,16|142=42,16|134=43,16|94=44,16|92=45,16|100=46,16|131=47,16|94=48,16|92=49,16|100=50,16|142=51,16|104=52,16|76=53,16|109=54,16|105=55,16|136=56,16|145=57,16|145=58,16|145=59,16|145=60,16|145=61,16|145=62,16|145=63,16|145=64,16|145=65,16|145=66,16|145=67,16|145=68,16|145=69,16|145=70,16|145=71,16|145=72,16|145=73,16|145=74,16|145=75,16|145=76,16|145=77,16|145=78,16|145=79,16|145=80,16|145=81,16|145=82,16|145=83,16|145=84,16|145=85,16|145=86,16|145=87,16|148=88,16| 127=0,17|148=1,17|144=2,17|144=3,17|144=4,17|144=5,17|144=6,17|144=7,17|144=8,17|144=9,17|144=10,17|144=11,17|144=12,17|144=13,17|144=14,17|144=15,17|144=16,17|144=17,17|144=18,17|144=19,17|144=20,17|144=21,17|144=22,17|144=23,17|144=24,17|144=25,17|144=26,17|144=27,17|144=28,17|144=29,17|144=30,17|144=31,17|144=32,17|144=33,17|144=34,17|133=35,17|101=36,17|141=37,17|144=38,17|133=39,17|101=40,17|141=41,17|144=42,17|144=43,17|133=44,17|101=45,17|141=46,17|144=47,17|133=48,17|101=49,17|141=50,17|144=51,17|144=52,17|123=53,17|104=54,17|135=55,17|144=56,17|144=57,17|144=58,17|144=59,17|144=60,17|144=61,17|144=62,17|144=63,17|144=64,17|144=65,17|144=66,17|144=67,17|144=68,17|144=69,17|144=70,17|144=71,17|144=72,17|144=73,17|144=74,17|144=75,17|144=76,17|144=77,17|144=78,17|144=79,17|144=80,17|144=81,17|144=82,17|144=83,17|144=84,17|144=85,17|144=86,17|144=87,17|148=88,17| 135=0,18|148=1,18|144=2,18|144=3,18|144=4,18|144=5,18|144=6,18|144=7,18|144=8,18|144=9,18|144=10,18|144=11,18|144=12,18|144=13,18|144=14,18|144=15,18|144=16,18|144=17,18|144=18,18|144=19,18|144=20,18|144=21,18|144=22,18|144=23,18|144=24,18|144=25,18|144=26,18|144=27,18|144=28,18|144=29,18|144=30,18|144=31,18|144=32,18|144=33,18|144=34,18|144=35,18|144=36,18|144=37,18|144=38,18|144=39,18|144=40,18|144=41,18|144=42,18|144=43,18|144=44,18|144=45,18|144=46,18|144=47,18|144=48,18|144=49,18|144=50,18|144=51,18|144=52,18|144=53,18|144=54,18|144=55,18|144=56,18|144=57,18|144=58,18|144=59,18|144=60,18|144=61,18|144=62,18|144=63,18|144=64,18|144=65,18|144=66,18|144=67,18|144=68,18|144=69,18|144=70,18|144=71,18|144=72,18|144=73,18|144=74,18|144=75,18|144=76,18|144=77,18|144=78,18|144=79,18|144=80,18|144=81,18|144=82,18|144=83,18|144=84,18|144=85,18|144=86,18|144=87,18|148=88,18| 168=0,19|146=1,19|145=2,19|144=3,19|144=4,19|144=5,19|144=6,19|144=7,19|144=8,19|144=9,19|144=10,19|144=11,19|144=12,19|144=13,19|144=14,19|144=15,19|144=16,19|144=17,19|144=18,19|144=19,19|144=20,19|144=21,19|144=22,19|144=23,19|144=24,19|144=25,19|144=26,19|144=27,19|144=28,19|144=29,19|144=30,19|144=31,19|144=32,19|144=33,19|144=34,19|144=35,19|144=36,19|144=37,19|144=38,19|144=39,19|144=40,19|144=41,19|144=42,19|144=43,19|144=44,19|144=45,19|144=46,19|144=47,19|144=48,19|144=49,19|144=50,19|144=51,19|144=52,19|144=53,19|144=54,19|144=55,19|144=56,19|144=57,19|144=58,19|144=59,19|144=60,19|144=61,19|144=62,19|144=63,19|144=64,19|144=65,19|144=66,19|144=67,19|144=68,19|144=69,19|144=70,19|144=71,19|144=72,19|144=73,19|144=74,19|144=75,19|144=76,19|144=77,19|144=78,19|144=79,19|144=80,19|144=81,19|144=82,19|144=83,19|144=84,19|144=85,19|144=86,19|145=87,19|146=88,19| 234=0,20|141=1,20|145=2,20|147=3,20|147=4,20|147=5,20|147=6,20|147=7,20|147=8,20|147=9,20|147=10,20|147=11,20|147=12,20|147=13,20|147=14,20|147=15,20|147=16,20|147=17,20|147=18,20|147=19,20|147=20,20|147=21,20|147=22,20|147=23,20|147=24,20|147=25,20|147=26,20|147=27,20|147=28,20|147=29,20|147=30,20|147=31,20|147=32,20|147=33,20|147=34,20|147=35,20|147=36,20|147=37,20|147=38,20|147=39,20|147=40,20|147=41,20|147=42,20|147=43,20|147=44,20|147=45,20|147=46,20|147=47,20|147=48,20|147=49,20|147=50,20|147=51,20|147=52,20|147=53,20|147=54,20|147=55,20|147=56,20|147=57,20|147=58,20|147=59,20|147=60,20|147=61,20|147=62,20|147=63,20|147=64,20|147=65,20|147=66,20|147=67,20|147=68,20|147=69,20|147=70,20|147=71,20|147=72,20|147=73,20|147=74,20|147=75,20|147=76,20|147=77,20|147=78,20|147=79,20|147=80,20|147=81,20|147=82,20|147=83,20|147=84,20|147=85,20|147=86,20|146=87,20|140=88,20| End Object Edited May 6, 2021 by Vanya1988 Combined Posts Quote Share this post Link to post Share on other sites
Vanya1988 Report post Posted May 6, 2021 (edited) update i deleted all the extra inks(2-5) as it only works with 1 xD since they are all the same and changed the INK names to INK1 Spoiler ObjVar 50 mousePos 3406, 713 LeftClick Delay 2000 mousePos 3501, 256 IsObject INK1 at 3459, 274 mousePos 3502, 287 LeftClick Else mousePos 3631, 257 IsObject INK1 at 3581, 274 mousePos 3625, 284 LeftClick Else mousePos 3501, 337 IsObject INK1 at 3459, 301 mousePos 3502, 314 LeftClick Else mousePos 3631, 326 IsObject INK1 at 3581, 301 mousePos 3623, 310 LeftClick Else mousePos 3754, 330 IsObject INK1 at 3703, 301 mousePos 3753, 308 LeftClick Else End End End End End delay 10 sec Spoiler Object INK1 // Test at coords 3459, 274 255=0,0|241=1,0|171=2,0|141=3,0|132=4,0|128=5,0|127=6,0|127=7,0|127=8,0|127=9,0|127=10,0|127=11,0|127=12,0|127=13,0|127=14,0|127=15,0|127=16,0|127=17,0|127=18,0|127=19,0|127=20,0|127=21,0|127=22,0|127=23,0|127=24,0|127=25,0|127=26,0|127=27,0|127=28,0|127=29,0|127=30,0|127=31,0|127=32,0|127=33,0|127=34,0|127=35,0|127=36,0|127=37,0|127=38,0|127=39,0|127=40,0|127=41,0|127=42,0|127=43,0|127=44,0|127=45,0|127=46,0|127=47,0|127=48,0|127=49,0|127=50,0|127=51,0|127=52,0|127=53,0|127=54,0|127=55,0|127=56,0|127=57,0|127=58,0|127=59,0|127=60,0|127=61,0|127=62,0|127=63,0|127=64,0|127=65,0|127=66,0|127=67,0|127=68,0|127=69,0|127=70,0|127=71,0|127=72,0|127=73,0|127=74,0|127=75,0|127=76,0|127=77,0|127=78,0|127=79,0|127=80,0|127=81,0|127=82,0|127=83,0|127=84,0|128=85,0|131=86,0|166=87,0|241=88,0| 235=0,1|146=1,1|164=2,1|173=3,1|173=4,1|173=5,1|173=6,1|173=7,1|173=8,1|173=9,1|173=10,1|173=11,1|173=12,1|173=13,1|173=14,1|173=15,1|173=16,1|173=17,1|173=18,1|173=19,1|173=20,1|173=21,1|173=22,1|173=23,1|173=24,1|173=25,1|173=26,1|173=27,1|173=28,1|173=29,1|173=30,1|173=31,1|173=32,1|173=33,1|173=34,1|173=35,1|173=36,1|173=37,1|173=38,1|173=39,1|173=40,1|173=41,1|173=42,1|173=43,1|173=44,1|173=45,1|173=46,1|173=47,1|173=48,1|173=49,1|173=50,1|173=51,1|173=52,1|173=53,1|173=54,1|173=55,1|173=56,1|173=57,1|173=58,1|173=59,1|173=60,1|173=61,1|173=62,1|173=63,1|173=64,1|173=65,1|173=66,1|173=67,1|173=68,1|173=69,1|173=70,1|173=71,1|173=72,1|173=73,1|173=74,1|173=75,1|173=76,1|173=77,1|173=78,1|173=79,1|173=80,1|173=81,1|173=82,1|173=83,1|173=84,1|173=85,1|173=86,1|166=87,1|146=88,1| 169=0,2|162=1,2|164=2,2|160=3,2|160=4,2|160=5,2|160=6,2|160=7,2|160=8,2|160=9,2|160=10,2|160=11,2|160=12,2|160=13,2|160=14,2|160=15,2|160=16,2|160=17,2|160=18,2|160=19,2|160=20,2|160=21,2|160=22,2|160=23,2|160=24,2|160=25,2|160=26,2|160=27,2|160=28,2|160=29,2|160=30,2|160=31,2|160=32,2|160=33,2|160=34,2|160=35,2|160=36,2|160=37,2|160=38,2|160=39,2|160=40,2|160=41,2|160=42,2|160=43,2|160=44,2|160=45,2|160=46,2|160=47,2|160=48,2|160=49,2|160=50,2|160=51,2|160=52,2|160=53,2|160=54,2|160=55,2|160=56,2|160=57,2|160=58,2|160=59,2|160=60,2|160=61,2|160=62,2|160=63,2|160=64,2|160=65,2|160=66,2|160=67,2|160=68,2|160=69,2|160=70,2|160=71,2|160=72,2|160=73,2|160=74,2|160=75,2|160=76,2|160=77,2|160=78,2|160=79,2|160=80,2|160=81,2|160=82,2|160=83,2|160=84,2|160=85,2|160=86,2|164=87,2|160=88,2| 135=0,3|161=1,3|159=2,3|158=3,3|158=4,3|158=5,3|158=6,3|158=7,3|158=8,3|158=9,3|158=10,3|158=11,3|158=12,3|158=13,3|158=14,3|158=15,3|158=16,3|158=17,3|158=18,3|158=19,3|158=20,3|158=21,3|158=22,3|158=23,3|158=24,3|158=25,3|158=26,3|158=27,3|158=28,3|158=29,3|158=30,3|158=31,3|158=32,3|158=33,3|158=34,3|158=35,3|158=36,3|158=37,3|158=38,3|158=39,3|158=40,3|158=41,3|158=42,3|158=43,3|158=44,3|158=45,3|158=46,3|158=47,3|158=48,3|158=49,3|158=50,3|158=51,3|158=52,3|158=53,3|158=54,3|158=55,3|158=56,3|158=57,3|158=58,3|158=59,3|158=60,3|158=61,3|158=62,3|158=63,3|158=64,3|158=65,3|158=66,3|158=67,3|158=68,3|158=69,3|158=70,3|158=71,3|158=72,3|158=73,3|158=74,3|158=75,3|158=76,3|158=77,3|158=78,3|158=79,3|158=80,3|158=81,3|158=82,3|158=83,3|158=84,3|158=85,3|158=86,3|159=87,3|161=88,3| 127=0,4|160=1,4|157=2,4|157=3,4|157=4,4|157=5,4|157=6,4|157=7,4|157=8,4|157=9,4|157=10,4|157=11,4|157=12,4|157=13,4|157=14,4|157=15,4|157=16,4|157=17,4|157=18,4|157=19,4|157=20,4|157=21,4|157=22,4|157=23,4|157=24,4|157=25,4|157=26,4|157=27,4|157=28,4|157=29,4|157=30,4|157=31,4|157=32,4|157=33,4|157=34,4|157=35,4|157=36,4|157=37,4|157=38,4|157=39,4|157=40,4|157=41,4|157=42,4|157=43,4|157=44,4|157=45,4|157=46,4|145=47,4|110=48,4|142=49,4|110=50,4|153=51,4|157=52,4|157=53,4|157=54,4|157=55,4|157=56,4|157=57,4|157=58,4|157=59,4|157=60,4|157=61,4|157=62,4|157=63,4|157=64,4|157=65,4|157=66,4|157=67,4|157=68,4|157=69,4|157=70,4|157=71,4|157=72,4|157=73,4|157=74,4|157=75,4|157=76,4|157=77,4|157=78,4|157=79,4|157=80,4|157=81,4|157=82,4|157=83,4|157=84,4|157=85,4|157=86,4|157=87,4|160=88,4| 127=0,5|160=1,5|156=2,5|156=3,5|156=4,5|156=5,5|156=6,5|156=7,5|156=8,5|156=9,5|156=10,5|156=11,5|156=12,5|156=13,5|156=14,5|156=15,5|156=16,5|156=17,5|156=18,5|156=19,5|156=20,5|156=21,5|156=22,5|156=23,5|156=24,5|156=25,5|156=26,5|156=27,5|156=28,5|156=29,5|156=30,5|156=31,5|156=32,5|156=33,5|144=34,5|110=35,5|141=36,5|110=37,5|152=38,5|156=39,5|156=40,5|156=41,5|156=42,5|156=43,5|156=44,5|156=45,5|156=46,5|144=47,5|142=48,5|230=49,5|119=50,5|152=51,5|156=52,5|156=53,5|156=54,5|156=55,5|156=56,5|156=57,5|156=58,5|156=59,5|156=60,5|156=61,5|156=62,5|156=63,5|156=64,5|156=65,5|156=66,5|156=67,5|156=68,5|156=69,5|156=70,5|156=71,5|156=72,5|156=73,5|156=74,5|156=75,5|156=76,5|156=77,5|156=78,5|156=79,5|156=80,5|156=81,5|156=82,5|156=83,5|156=84,5|156=85,5|156=86,5|156=87,5|160=88,5| 127=0,6|158=1,6|155=2,6|155=3,6|155=4,6|155=5,6|155=6,6|155=7,6|155=8,6|155=9,6|155=10,6|155=11,6|155=12,6|155=13,6|155=14,6|155=15,6|155=16,6|155=17,6|155=18,6|155=19,6|155=20,6|155=21,6|155=22,6|155=23,6|155=24,6|155=25,6|155=26,6|155=27,6|155=28,6|155=29,6|155=30,6|155=31,6|155=32,6|155=33,6|143=34,6|141=35,6|230=36,6|118=37,6|151=38,6|155=39,6|155=40,6|155=41,6|155=42,6|155=43,6|155=44,6|155=45,6|155=46,6|132=47,6|118=48,6|230=49,6|89=50,6|147=51,6|155=52,6|155=53,6|155=54,6|155=55,6|155=56,6|155=57,6|155=58,6|155=59,6|155=60,6|155=61,6|155=62,6|155=63,6|155=64,6|155=65,6|155=66,6|155=67,6|155=68,6|155=69,6|155=70,6|155=71,6|155=72,6|155=73,6|155=74,6|155=75,6|155=76,6|155=77,6|155=78,6|155=79,6|155=80,6|155=81,6|155=82,6|155=83,6|155=84,6|155=85,6|155=86,6|155=87,6|158=88,6| 127=0,7|157=1,7|154=2,7|154=3,7|154=4,7|154=5,7|154=6,7|154=7,7|154=8,7|154=9,7|154=10,7|154=11,7|154=12,7|154=13,7|154=14,7|154=15,7|154=16,7|154=17,7|154=18,7|154=19,7|154=20,7|154=21,7|154=22,7|154=23,7|154=24,7|154=25,7|154=26,7|154=27,7|154=28,7|154=29,7|154=30,7|154=31,7|154=32,7|154=33,7|131=34,7|117=35,7|230=36,7|88=37,7|135=38,7|108=39,7|130=40,7|82=41,7|100=42,7|89=43,7|103=44,7|117=45,7|146=46,7|131=47,7|113=48,7|230=49,7|86=50,7|145=51,7|124=52,7|115=53,7|120=54,7|116=55,7|149=56,7|154=57,7|154=58,7|154=59,7|154=60,7|154=61,7|154=62,7|154=63,7|154=64,7|154=65,7|154=66,7|154=67,7|154=68,7|154=69,7|154=70,7|154=71,7|154=72,7|154=73,7|154=74,7|154=75,7|154=76,7|154=77,7|154=78,7|154=79,7|154=80,7|154=81,7|154=82,7|154=83,7|154=84,7|154=85,7|154=86,7|154=87,7|157=88,7| 127=0,8|156=1,8|153=2,8|153=3,8|153=4,8|153=5,8|153=6,8|153=7,8|153=8,8|153=9,8|153=10,8|153=11,8|153=12,8|153=13,8|153=14,8|153=15,8|153=16,8|153=17,8|153=18,8|153=19,8|153=20,8|153=21,8|153=22,8|153=23,8|153=24,8|153=25,8|153=26,8|153=27,8|153=28,8|153=29,8|153=30,8|153=31,8|153=32,8|153=33,8|130=34,8|112=35,8|230=36,8|85=37,8|134=38,8|140=39,8|230=40,8|136=41,8|207=42,8|227=43,8|207=44,8|136=45,8|118=46,8|130=47,8|112=48,8|230=49,8|84=50,8|113=51,8|119=52,8|192=53,8|211=54,8|158=55,8|153=56,8|153=57,8|153=58,8|153=59,8|153=60,8|153=61,8|153=62,8|153=63,8|153=64,8|153=65,8|153=66,8|153=67,8|153=68,8|153=69,8|153=70,8|153=71,8|153=72,8|153=73,8|153=74,8|153=75,8|153=76,8|153=77,8|153=78,8|153=79,8|153=80,8|153=81,8|153=82,8|153=83,8|153=84,8|153=85,8|153=86,8|153=87,8|156=88,8| 127=0,9|154=1,9|151=2,9|151=3,9|151=4,9|151=5,9|151=6,9|151=7,9|151=8,9|151=9,9|151=10,9|151=11,9|151=12,9|151=13,9|151=14,9|151=15,9|151=16,9|151=17,9|151=18,9|151=19,9|151=20,9|151=21,9|151=22,9|151=23,9|151=24,9|151=25,9|151=26,9|151=27,9|151=28,9|151=29,9|151=30,9|151=31,9|151=32,9|151=33,9|128=34,9|111=35,9|230=36,9|84=37,9|123=38,9|116=39,9|230=40,9|191=41,9|121=42,9|102=43,9|198=44,9|201=45,9|101=46,9|127=47,9|111=48,9|230=49,9|70=50,9|116=51,9|193=52,9|198=53,9|124=54,9|114=55,9|146=56,9|151=57,9|151=58,9|151=59,9|151=60,9|151=61,9|151=62,9|151=63,9|151=64,9|151=65,9|151=66,9|151=67,9|151=68,9|151=69,9|151=70,9|151=71,9|151=72,9|151=73,9|151=74,9|151=75,9|151=76,9|151=77,9|151=78,9|151=79,9|151=80,9|151=81,9|151=82,9|151=83,9|151=84,9|151=85,9|151=86,9|151=87,9|154=88,9| 127=0,10|155=1,10|151=2,10|151=3,10|151=4,10|151=5,10|151=6,10|151=7,10|151=8,10|151=9,10|151=10,10|151=11,10|151=12,10|151=13,10|151=14,10|151=15,10|151=16,10|151=17,10|151=18,10|151=19,10|151=20,10|151=21,10|151=22,10|151=23,10|151=24,10|151=25,10|151=26,10|151=27,10|151=28,10|151=29,10|151=30,10|151=31,10|151=32,10|151=33,10|128=34,10|111=35,10|230=36,10|84=37,10|123=38,10|111=39,10|230=40,10|106=41,10|82=42,10|71=43,10|119=44,10|229=45,10|85=46,10|124=47,10|111=48,10|230=49,10|85=50,10|200=51,10|190=52,10|97=53,10|87=54,10|143=55,10|151=56,10|151=57,10|151=58,10|151=59,10|151=60,10|151=61,10|151=62,10|151=63,10|151=64,10|151=65,10|151=66,10|151=67,10|151=68,10|151=69,10|151=70,10|151=71,10|151=72,10|151=73,10|151=74,10|151=75,10|151=76,10|151=77,10|151=78,10|151=79,10|151=80,10|151=81,10|151=82,10|151=83,10|151=84,10|151=85,10|151=86,10|151=87,10|155=88,10| 127=0,11|147=1,11|143=2,11|143=3,11|143=4,11|143=5,11|143=6,11|143=7,11|143=8,11|143=9,11|143=10,11|143=11,11|143=12,11|143=13,11|143=14,11|143=15,11|143=16,11|143=17,11|143=18,11|143=19,11|143=20,11|143=21,11|143=22,11|143=23,11|143=24,11|143=25,11|143=26,11|143=27,11|143=28,11|143=29,11|143=30,11|143=31,11|143=32,11|143=33,11|122=34,11|109=35,11|230=36,11|81=37,11|116=38,11|109=39,11|230=40,11|69=41,11|121=42,11|112=43,11|101=44,11|230=45,11|83=46,11|118=47,11|109=48,11|230=49,11|209=50,11|187=51,11|64=52,11|81=53,11|138=54,11|143=55,11|143=56,11|143=57,11|143=58,11|143=59,11|143=60,11|143=61,11|143=62,11|143=63,11|143=64,11|143=65,11|143=66,11|143=67,11|143=68,11|143=69,11|143=70,11|143=71,11|143=72,11|143=73,11|143=74,11|143=75,11|143=76,11|143=77,11|143=78,11|143=79,11|143=80,11|143=81,11|143=82,11|143=83,11|143=84,11|143=85,11|143=86,11|143=87,11|147=88,11| 127=0,12|150=1,12|147=2,12|147=3,12|147=4,12|147=5,12|147=6,12|147=7,12|147=8,12|147=9,12|147=10,12|147=11,12|147=12,12|147=13,12|147=14,12|147=15,12|147=16,12|147=17,12|147=18,12|147=19,12|147=20,12|147=21,12|147=22,12|147=23,12|147=24,12|147=25,12|147=26,12|147=27,12|147=28,12|147=29,12|147=30,12|147=31,12|147=32,12|147=33,12|124=34,12|110=35,12|230=36,12|83=37,12|120=38,12|110=39,12|230=40,12|80=41,12|140=42,12|124=43,12|108=44,12|230=45,12|83=46,12|120=47,12|110=48,12|230=49,12|154=50,12|219=51,12|105=52,12|104=53,12|138=54,12|147=55,12|147=56,12|147=57,12|147=58,12|147=59,12|147=60,12|147=61,12|147=62,12|147=63,12|147=64,12|147=65,12|147=66,12|147=67,12|147=68,12|147=69,12|147=70,12|147=71,12|147=72,12|147=73,12|147=74,12|147=75,12|147=76,12|147=77,12|147=78,12|147=79,12|147=80,12|147=81,12|147=82,12|147=83,12|147=84,12|147=85,12|147=86,12|147=87,12|150=88,12| 127=0,13|149=1,13|146=2,13|146=3,13|146=4,13|146=5,13|146=6,13|146=7,13|146=8,13|146=9,13|146=10,13|146=11,13|146=12,13|146=13,13|146=14,13|146=15,13|146=16,13|146=17,13|146=18,13|146=19,13|146=20,13|146=21,13|146=22,13|146=23,13|146=24,13|146=25,13|146=26,13|146=27,13|146=28,13|146=29,13|146=30,13|146=31,13|146=32,13|146=33,13|124=34,13|110=35,13|230=36,13|83=37,13|119=38,13|110=39,13|230=40,13|83=41,13|140=42,13|124=43,13|110=44,13|230=45,13|83=46,13|119=47,13|110=48,13|230=49,13|53=50,13|154=51,13|220=52,13|134=53,13|105=54,13|137=55,13|146=56,13|146=57,13|146=58,13|146=59,13|146=60,13|146=61,13|146=62,13|146=63,13|146=64,13|146=65,13|146=66,13|146=67,13|146=68,13|146=69,13|146=70,13|146=71,13|146=72,13|146=73,13|146=74,13|146=75,13|146=76,13|146=77,13|146=78,13|146=79,13|146=80,13|146=81,13|146=82,13|146=83,13|146=84,13|146=85,13|146=86,13|146=87,13|149=88,13| 127=0,14|149=1,14|145=2,14|145=3,14|145=4,14|145=5,14|145=6,14|145=7,14|145=8,14|145=9,14|145=10,14|145=11,14|145=12,14|145=13,14|145=14,14|145=15,14|145=16,14|145=17,14|145=18,14|145=19,14|145=20,14|145=21,14|145=22,14|145=23,14|145=24,14|145=25,14|145=26,14|145=27,14|145=28,14|145=29,14|145=30,14|145=31,14|145=32,14|145=33,14|123=34,14|110=35,14|230=36,14|83=37,14|118=38,14|110=39,14|230=40,14|83=41,14|139=42,14|123=43,14|110=44,14|230=45,14|83=46,14|118=47,14|110=48,14|230=49,14|63=50,14|73=51,14|162=52,14|221=53,14|135=54,14|105=55,14|136=56,14|145=57,14|145=58,14|145=59,14|145=60,14|145=61,14|145=62,14|145=63,14|145=64,14|145=65,14|145=66,14|145=67,14|145=68,14|145=69,14|145=70,14|145=71,14|145=72,14|145=73,14|145=74,14|145=75,14|145=76,14|145=77,14|145=78,14|145=79,14|145=80,14|145=81,14|145=82,14|145=83,14|145=84,14|145=85,14|145=86,14|145=87,14|149=88,14| 127=0,15|149=1,15|145=2,15|145=3,15|145=4,15|145=5,15|145=6,15|145=7,15|145=8,15|145=9,15|145=10,15|145=11,15|145=12,15|145=13,15|145=14,15|145=15,15|145=16,15|145=17,15|145=18,15|145=19,15|145=20,15|145=21,15|145=22,15|145=23,15|145=24,15|145=25,15|145=26,15|145=27,15|145=28,15|145=29,15|145=30,15|145=31,15|145=32,15|145=33,15|134=34,15|130=35,15|230=36,15|110=37,15|131=38,15|130=39,15|230=40,15|110=41,15|142=42,15|134=43,15|130=44,15|230=45,15|110=46,15|131=47,15|130=48,15|230=49,15|110=50,15|102=51,15|76=52,15|170=53,15|223=54,15|156=55,15|145=56,15|145=57,15|145=58,15|145=59,15|145=60,15|145=61,15|145=62,15|145=63,15|145=64,15|145=65,15|145=66,15|145=67,15|145=68,15|145=69,15|145=70,15|145=71,15|145=72,15|145=73,15|145=74,15|145=75,15|145=76,15|145=77,15|145=78,15|145=79,15|145=80,15|145=81,15|145=82,15|145=83,15|145=84,15|145=85,15|145=86,15|145=87,15|149=88,15| 127=0,16|148=1,16|145=2,16|145=3,16|145=4,16|145=5,16|145=6,16|145=7,16|145=8,16|145=9,16|145=10,16|145=11,16|145=12,16|145=13,16|145=14,16|145=15,16|145=16,16|145=17,16|145=18,16|145=19,16|145=20,16|145=21,16|145=22,16|145=23,16|145=24,16|145=25,16|145=26,16|145=27,16|145=28,16|145=29,16|145=30,16|145=31,16|145=32,16|145=33,16|134=34,16|94=35,16|92=36,16|100=37,16|131=38,16|94=39,16|92=40,16|100=41,16|142=42,16|134=43,16|94=44,16|92=45,16|100=46,16|131=47,16|94=48,16|92=49,16|100=50,16|142=51,16|104=52,16|76=53,16|109=54,16|105=55,16|136=56,16|145=57,16|145=58,16|145=59,16|145=60,16|145=61,16|145=62,16|145=63,16|145=64,16|145=65,16|145=66,16|145=67,16|145=68,16|145=69,16|145=70,16|145=71,16|145=72,16|145=73,16|145=74,16|145=75,16|145=76,16|145=77,16|145=78,16|145=79,16|145=80,16|145=81,16|145=82,16|145=83,16|145=84,16|145=85,16|145=86,16|145=87,16|148=88,16| 127=0,17|148=1,17|144=2,17|144=3,17|144=4,17|144=5,17|144=6,17|144=7,17|144=8,17|144=9,17|144=10,17|144=11,17|144=12,17|144=13,17|144=14,17|144=15,17|144=16,17|144=17,17|144=18,17|144=19,17|144=20,17|144=21,17|144=22,17|144=23,17|144=24,17|144=25,17|144=26,17|144=27,17|144=28,17|144=29,17|144=30,17|144=31,17|144=32,17|144=33,17|144=34,17|133=35,17|101=36,17|141=37,17|144=38,17|133=39,17|101=40,17|141=41,17|144=42,17|144=43,17|133=44,17|101=45,17|141=46,17|144=47,17|133=48,17|101=49,17|141=50,17|144=51,17|144=52,17|123=53,17|104=54,17|135=55,17|144=56,17|144=57,17|144=58,17|144=59,17|144=60,17|144=61,17|144=62,17|144=63,17|144=64,17|144=65,17|144=66,17|144=67,17|144=68,17|144=69,17|144=70,17|144=71,17|144=72,17|144=73,17|144=74,17|144=75,17|144=76,17|144=77,17|144=78,17|144=79,17|144=80,17|144=81,17|144=82,17|144=83,17|144=84,17|144=85,17|144=86,17|144=87,17|148=88,17| 135=0,18|148=1,18|144=2,18|144=3,18|144=4,18|144=5,18|144=6,18|144=7,18|144=8,18|144=9,18|144=10,18|144=11,18|144=12,18|144=13,18|144=14,18|144=15,18|144=16,18|144=17,18|144=18,18|144=19,18|144=20,18|144=21,18|144=22,18|144=23,18|144=24,18|144=25,18|144=26,18|144=27,18|144=28,18|144=29,18|144=30,18|144=31,18|144=32,18|144=33,18|144=34,18|144=35,18|144=36,18|144=37,18|144=38,18|144=39,18|144=40,18|144=41,18|144=42,18|144=43,18|144=44,18|144=45,18|144=46,18|144=47,18|144=48,18|144=49,18|144=50,18|144=51,18|144=52,18|144=53,18|144=54,18|144=55,18|144=56,18|144=57,18|144=58,18|144=59,18|144=60,18|144=61,18|144=62,18|144=63,18|144=64,18|144=65,18|144=66,18|144=67,18|144=68,18|144=69,18|144=70,18|144=71,18|144=72,18|144=73,18|144=74,18|144=75,18|144=76,18|144=77,18|144=78,18|144=79,18|144=80,18|144=81,18|144=82,18|144=83,18|144=84,18|144=85,18|144=86,18|144=87,18|148=88,18| 168=0,19|146=1,19|145=2,19|144=3,19|144=4,19|144=5,19|144=6,19|144=7,19|144=8,19|144=9,19|144=10,19|144=11,19|144=12,19|144=13,19|144=14,19|144=15,19|144=16,19|144=17,19|144=18,19|144=19,19|144=20,19|144=21,19|144=22,19|144=23,19|144=24,19|144=25,19|144=26,19|144=27,19|144=28,19|144=29,19|144=30,19|144=31,19|144=32,19|144=33,19|144=34,19|144=35,19|144=36,19|144=37,19|144=38,19|144=39,19|144=40,19|144=41,19|144=42,19|144=43,19|144=44,19|144=45,19|144=46,19|144=47,19|144=48,19|144=49,19|144=50,19|144=51,19|144=52,19|144=53,19|144=54,19|144=55,19|144=56,19|144=57,19|144=58,19|144=59,19|144=60,19|144=61,19|144=62,19|144=63,19|144=64,19|144=65,19|144=66,19|144=67,19|144=68,19|144=69,19|144=70,19|144=71,19|144=72,19|144=73,19|144=74,19|144=75,19|144=76,19|144=77,19|144=78,19|144=79,19|144=80,19|144=81,19|144=82,19|144=83,19|144=84,19|144=85,19|144=86,19|145=87,19|146=88,19| 234=0,20|141=1,20|145=2,20|147=3,20|147=4,20|147=5,20|147=6,20|147=7,20|147=8,20|147=9,20|147=10,20|147=11,20|147=12,20|147=13,20|147=14,20|147=15,20|147=16,20|147=17,20|147=18,20|147=19,20|147=20,20|147=21,20|147=22,20|147=23,20|147=24,20|147=25,20|147=26,20|147=27,20|147=28,20|147=29,20|147=30,20|147=31,20|147=32,20|147=33,20|147=34,20|147=35,20|147=36,20|147=37,20|147=38,20|147=39,20|147=40,20|147=41,20|147=42,20|147=43,20|147=44,20|147=45,20|147=46,20|147=47,20|147=48,20|147=49,20|147=50,20|147=51,20|147=52,20|147=53,20|147=54,20|147=55,20|147=56,20|147=57,20|147=58,20|147=59,20|147=60,20|147=61,20|147=62,20|147=63,20|147=64,20|147=65,20|147=66,20|147=67,20|147=68,20|147=69,20|147=70,20|147=71,20|147=72,20|147=73,20|147=74,20|147=75,20|147=76,20|147=77,20|147=78,20|147=79,20|147=80,20|147=81,20|147=82,20|147=83,20|147=84,20|147=85,20|147=86,20|146=87,20|140=88,20| End Object Edited May 6, 2021 by Vanya1988 Combined Posts Quote Share this post Link to post Share on other sites
Ego Report post Posted May 6, 2021 My turn. Don't need the last Else in the code before the 5 end statements, the code is going to end after the last IsObject. Why objvar 50? thats high, 3 to 9 would do it. Why moving mouse before each Isobject? Why so big an object? you can use just the i as it is in a unique position, nothing else goes where the i is. You could make it 3 x 10. I would add a delay of .2 sec between each command, just to slow it down OR add MouseClickDelay 50 at beginning of script, just to slow it down a little. Where is the setactivewindow {game} ? Is this the full macro? Seems to be missing a loop or a while 1 = 1 statement as the 10 second delay at the end is pointless. Not trying to upset you, just need more info to help you code what you need, and hopefully give you ideas on how to look at the code in different ways. Oh, can you screenshot the game. that will help me code something to try, might give you some ideas when I have a crack at it. Need to see it so I can try some coding on the game screen. I enjoy something different now and then. sharpens the brain. Example code with what you posted and the screen shot from earlier. This would be my starting point after setting active window to the game. the smaller the object, the faster the code will find it. The object is close to the I in Ink, think I missed by 1 or 2 pixels. ObjVar 5 mousePos 3406, 713 delay .2 sec LeftClick Delay 2 sec IsObject INK at 3459, 274 delay .2 sec mousePos 3459, 274 delay .2 sec LeftClick Else IsObject INK at 3581, 274 delay .2 sec mousePos 3581, 274 delay .2 sec LeftClick Else IsObject INK at 3459, 301 delay .2 sec mousePos 3459, 301 delay .2 sec LeftClick Else IsObject INK at 3581, 301 delay .2 sec mousePos 3581, 301 delay .2 sec LeftClick Else IsObject INK at 3703, 301 delay .2 sec mousePos 3703, 301 delay .2 sec LeftClick End End End End End Object Ink // Size: 3, 10 width x height 144=0,0|131=0,2|128=0,4|122=0,6|124=0,8|134=0,10 141=2,0|230=2,2|230=2,4|230=2,6|230=2,8|230=2,10 End Quote Share this post Link to post Share on other sites
The WABBIT Report post Posted May 6, 2021 12 hours ago, Vanya1988 said: help file is not working for me saying since its not registered it will not open the document I assume that when you open the Help file, you do not see anything in the Right pane. If this is the case, the problem you are experiencing has nothing to do with the Help file stating that it was created with a unregistered version of WinCHM Pro. This is a Windows 8 & Windows 10 problem. To get the help file to display its contents, goto Why My CHM File is not Displayed Correctly. Then follow the instructions for 3. Your CHM is Blocked by Windows Security Policy. This should take care of the problem. But, if for some reason this does not fix the problem, or the Unblock checkbox is not present. Then follow the instructions for 4. Your CHM File is in a Restricted Internet Zone. And set the value to either 0 or 1. 12 hours ago, Vanya1988 said: but it takes sometime to go thru each command or something xD but im very happy it worked tho maybe theres a different way to write the code The main part of why the script is taking so long. Is because of the number of pixels AC Tool is having to check 1,980 pixels everytime you check for the Ink1 Object. That is why I mentioned the following: On 5/3/2021 at 3:14 PM, The WABBIT said: 6. Reduce the Object definition to only have the pixel information for the word Ink. (As shown in the AC Tool Help > General Information > Object Primer > IV. Defining an AC Tool Object) You should now be able to use the help file now. At which point you need to go and read the Object Primer in the AC Tool Help file. Now I need to help you to understand what I meant by "Reduce the Object definition to only have the pixel information for the work Ink." With dealing with objects that are checking for text. You will have a certain pixels that of a specific color on the screen. And all of the letters will be of the same colors. Now, AC Tool does not work with the actual value of the color. (Like you would see when working with a typical image editor or when creating a website.) Instead it uses the individual RGB (Red, Green, Blue) values that makes up a specific color. Even then, when checking for a Object on the screen AC Tool does not use all three of the RGB values. Instead it gets the RGB values for the specific pixel. Figures out when which of the RGB values is the largest. And uses that to check if the pixel matches. For example, if a specific pixel has the following RGB values: R=75 G=189 B=94 When AC Tool checks that specific value it will use the value 189 to do the comparison. And when creating a Object, whether by the AC Tool's own Object Mapper or by the Paodas Object Mapper, the Object Mapper looks at the specific pixel. Gets the RGB values for the pixel. And uses the RGB value that is the largest value. Now when dealing with objects that re checking for text in the game. That text is usually displayed in the save color. And as such if you were to look at the Object created for the. You will see that you will have certain pixel that will have the same RGB value. And if you will to look at those specific pixels that have the same value. You can see the text within your Object. What you want to do is, remove the Object definition all the pixel information that does not belong to the individual letters for the text that you are looking for. Now, some times you may have certain pixels that are part of a letter. But, the RGB value is not the same as the rest of the letter. This is caused by the Anti-Aliasing done by the game. And these values tend to fluctuate. Since for these pixels, the values are constantly changing. (I refer to this pixels as the Unstable pixels.) You need to also remove those pixel information's as well. In the following Object, I took your Ink1 Object definition and removed all pixel information that does not belong to the individual letters. Object INK // Test at coords 3459, 274 230=049,05| 230=036,06| 230=049,06| 230=036,07| 230=049,07| 230=036,08| 230=040,08| 207=042,08|227=043,08|207=044,08| 230=049,08| 192=053,08|211=054,08| 230=036,09| 230=040,09|191=041,09| 198=044,09|201=045,09| 230=049,09| 193=052,09|198=053,09| 230=036,10| 230=040,10| 229=045,10| 230=049,10| 200=051,10| 230=036,11| 230=040,11| 230=045,11| 230=049,11|209=050,11| 230=036,12| 230=040,12| 230=045,12| 230=049,12| 219=051,12| 230=036,13| 230=040,13| 230=045,13| 230=049,13| 220=052,13| 230=036,14| 230=040,14| 230=045,14| 230=049,14| 221=053,14| 230=036,15| 230=040,15| 230=045,15| 230=049,15| 223=054,15| End Now as you can see, by removing all of the pixels information. We have reduced the Object from 1,980 pixels that need to be checked to just 51. Also, if you look at the values for each of the letters. You will see that for the n and k there are quite a few pixels that do not have a value of 230. These pixels are the Unstable Pixels, as I mentioned earlier. And as such we need to remove them as well, see below. Object INK // Test at coords 3459, 274 230=049,05| 230=036,06| 230=049,06| 230=036,07| 230=049,07| 230=036,08| 230=040,08| 230=049,08| 230=036,09| 230=040,09| 230=049,09| 230=036,10| 230=040,10| 230=049,10| 230=036,11| 230=040,11| 230=045,11| 230=049,11| 230=036,12| 230=040,12| 230=045,12| 230=049,12| 230=036,13| 230=040,13| 230=045,13| 230=049,13| 230=036,14| 230=040,14| 230=045,14| 230=049,14| 230=036,15| 230=040,15| 230=045,15| 230=049,15| End And by doing that, we have reduced the Object definition to 34 pixels. Now at this point, you can go and does as Ego mentioned before. Just use the pixel information for the letter I as your Object definition. But, I prefer to use a Object definition that has pixel information for multiple of letters through out the text that you are searching for. And as such I would normally stop reducing the Object definition at this point. As this would make sure that when checking for a Object in the game. There is no mistake when searching for the text. What searching for only certain pixels in only one letter of the text. Could cause AC Tool to return a false positive under the right conditions. And in games, you can not leave that possibility to chance. So, I would recommend that you also use a Object definition that uses just a couple of pixels from just one letter. Now, Ego would bring up about speed of checking for that Object. And yes, there is the need to have AC Tool check for the Object as quickly as possible. But, in my use of AC Tool. I have found that going for speed tends to be more troublesome in games. Where the right conditions tend to happen more often that you think. Now, with the text that you are searching for. Checking 34 pixels is actually a very good balance between speed and making sure that AC Tools finds the word Ink. But, if you wanted to make is faster. Then all you have to do is remove those rows of pixel information that the offset coordinate has a Odd Y-axis. By doing this you will have further reduced Object definition to 16 pixels. This is the bare minimum that I would recommend for a Object searching for a text of this size and with these letters. Object INK // Test at coords 3459, 274 230=036,06| 230=049,06| 230=036,08| 230=040,08| 230=049,08| 230=036,10| 230=040,10| 230=049,10| 230=036,12| 230=040,12| 230=045,12| 230=049,12| 230=036,14| 230=040,14| 230=045,14| 230=049,14| End Now, I need to remove all of the Whites Space (extra spaces) between the pixel information. And your Ink Object definition will now look like this: Object INK // Test at coords 3459, 274 230=036,06|230=049,06| 230=036,08|230=040,08|230=049,08| 230=036,10|230=040,10|230=049,10| 230=036,12|230=040,12|230=045,12|230=049,12| 230=036,14|230=040,14|230=045,14|230=049,14| End Now, I also have a question to ask and a few things to mention. And most of them are the same as Ego's question in his post. 1. I assume that the following lines clicks on what ever button that opens the menu that has the six buttons that you are checking: // Select menu mousePos 3406, 713 LeftClick Delay 2000 2. Now, in the following code. What is the specific MousePos for? mousePos 3501, 256 <<<<<<------- Why are you moving the mouse at this point? IsObject INK at 3459, 274 // Check if Button1 has Ink // Click on Button1 mousePos 3502, 287 LeftClick The reason I ask, is because you have a similar line right before each IsObject command to check for the INK1 Object. What are you doing? And Why are you doing it? Please explain. 3. You need to place a SetActiveWindow command at the top of your script. Or sometime prior to you using the IsObject commands Then you need to add a Delay for about 1-2 seconds right after that. The SetActiveWindow command cause the window for the game you are playing to become the active window to receive commands from. And it will bring that window to the front of any other open window. The Delay command of 1-2 seconds is to allow your system to bring the game window to the front and to make it the active window. 4. When ever you move the mouse with the MousePos command. Then you need to use a Delay command right after MousePos command. The reason for this, is to allow your system, and/or the game, to move the mouse to the coordinates that you want. How much of a delay that you use with Delay command, really depends on your system and the game. The best thing to do, is to start with a Delay of 2 seconds (Delay 2 sec). And test the script to see if the mouse has moved to the correct place before the next command is executed. If the mouse has moved to the correct place, before the next command is executed. The lower the Delay and then retest the script. And keep this until you have found the shortest Delay amount that allows you to move the mouse to the correct place before the next command is executed. So, starting with a 2 second delay, drop down to a 1 second delay, then to a 900 millisecond delay (.9 seconds), then to 800 milliseconds (.8 seconds) and so on and so forth. 5. Now Ego mention to place a Delay after every command. For the most part, about 97% of the time, you do not need to do this. I. All that you really need to do as add a Daley after every SetActiveWindow command, every MousePos command, and DragTo command, or when using these commands within loops (as in Loop .. End and While .. End loop blocks). IsObject INK at 3703, 301 // Check if BUtton6 has Ink // Click on Button6 mousePos 3753, 308 Delay 1 sec LeftClick End II. When using loops to perform commands that check for Objects within the game or commands that interact with the game. (Such as the LeftClick, IsObject, Say, Keys, etc.) You need to add a short delay right at the end of the loop. That way the game will have enough to time to respond to what you may have done during the loop. And then to update the game display before AC Tool start going though the loop again. The amount of a delay at the end of a loop, again, is totally up to your system and/or game. While $FoundInk = False IsObject INK at 3703, 301 // Check if BUtton6 has Ink Set FoundInk = True // Click on Button6 mousePos 3753, 308 Delay 1 sec LeftClick End Delay 500 // Delay before starting next loop End III. And in rare instances, you may find that a certain section of your script is executing prior to the game doing what it needs to do. When this occurs, just find the specific command with in your script. That is being executed before the game is ready. And ether rewrite that section so that that section is only executed when it needs to be. Or add a Delay just before the command being executed too early. 6. Ego, also mention the MouseCommandDelay. You won't find this in the AC Tool Help file. What does this command do. This command set how long AC Tool holds the mouse button down when executing the LeftClick or RightClick commands. By default AC Tool holds the button down for 2 milliseconds when executing the LeftClick and the RightClick commands. (Just like what would happen when you physically click your mouse button. Now, for 99.99% of the games out there, there is no need for you to use this command. Now for very rare instances of games. Holding the mouse button down for 2 milliseconds, when clicking on the screen, is just to fast for the game to register that the mouse button has been clicked. The only time this command should be used. Is when the non of the LeftClicks/RightClicks being sent to the game is not taking place. Or when more than a few mouse clicks are not taking place in the game. Because 99% of the time, when mouse button clicks are not taking place. It is because you do not have a long enough delay between executing the MousePos command and LeftClick/RightClick commands. And the clicking of the mouse button is taking place before the mouse gets the location it needs to be at. 7. Since you have not mention if the bit of script is going to be apart of a larger script of not. I would hold off on mentioning anything about using/adding a While .. End loop to execute the current code. And the use of the Delay for 10 seconds at the end may seem like it is pointless to Ego. And maybe it is pointless. But, I'm assuming that it is there for you to make sure that the script has run its course before AC Tool finishes running the script. Now, until we have heard back about the additional MousePos statements just before the IsObject statements. I will show you how your script could look like: Spoiler ObjVar 9 SetActiveWindow PlaceYourGameWindowNameHere Delay 2 sec // // Open the menu // mousePos 3406, 713 // Adjust the following delay to have to // shortest delay time for your system. Delay 1 sec // Delay executing the script 1 second (1000 milliseconds) LeftClick Delay 2000 IsObject INK at 3459, 274 // Check if Button1 has Ink // // Click on Button1 // mousePos 3502, 287 // Adjust the following delay to have to // shortest delay time for your system. Delay 1 sec LeftClick Else IsObject INK at 3581, 274 // Check if Button2 has Ink // // Click on Button2 // mousePos 3625, 284 // Adjust the following delay to have to // shortest delay time for your system. Delay 1 sec LeftClick Else IsObject INK at 3459, 301 // Check if Button4 has Ink // // Click on Button4 // mousePos 3502, 314 // Adjust the following delay to have to // shortest delay time for your system. Delay 1 sec LeftClick Else IsObject INK at 3581, 301 // Check if Button5 has Ink // // Click on Button5 // mousePos 3623, 310 // Adjust the following delay to have to // shortest delay time for your system. Delay 1 sec LeftClick Else IsObject INK at 3703, 301 // Check if BUtton6 has Ink // // Click on Button6 // mousePos 3753, 308 // Adjust the following delay to have to // shortest delay time for your system. Delay 1 sec LeftClick End End End End End delay 10 sec // Test the following Object at these coordinates: // Button1: 3459, 274 // Button2: 3581, 274 // Button4: 3459, 301 // Button5: 3581, 301 // Button6: 3754, 301 Object INK 230=036,06|230=049,06| 230=036,08|230=040,08|230=049,08| 230=036,10|230=040,10|230=049,10| 230=036,12|230=040,12|230=045,12|230=049,12| 230=036,14|230=040,14|230=045,14|230=049,14| End Quote Share this post Link to post Share on other sites