<?xml version="1.0" encoding="utf-8"?>
<s1 title="ScanMap"><table><strong class="highlight"><![CDATA[]]></strong><tr><td><strong class="highlight"><![CDATA[]]></strong><p>Usage: </p>
</td><td><strong class="highlight"><![CDATA[]]></strong><p>scanmap location radius<br/>
scanmap topLeftCornerCoords bottomRightCornerCoords </p>
</td></tr><tr><td><strong class="highlight"><![CDATA[]]></strong><p>Example: </p>
</td><td><strong class="highlight"><![CDATA[]]></strong><p>scanmap 111,222 30<br/>
scanmap 0,0 799,799 </p>
</td></tr></table><p>Used to scan an area of the map for use by other search functions. You can use either a central starting point with a radius distance to scan outwards from, OR you can use the top left corner coordinates and bottom right corner coordinates to scan an area in between (the same as <jump href="/wiki/ScanRec">ScanRec</jump>).  </p>
<p>In the first above example, you would scan in a 30 mile radius from the central point at 111,222. In the second above example, you would scan the map from 0,0 (top left corner) to 799,799 (bottom right corner) which would be the entire map. </p>
<p>To scan a specific state, you can use the following coordinates: </p>
<p></p>
<source><![CDATA[//Friesland
scanmap 0,0 199,199
//Saxony
scanmap 200,0 399,199
//North March
scanmap 400,0 599,199
//Bohemia
scanmap 600,0 799,199
//Lower Lorraine
scanmap 0,200 199,399
//Franconia
scanmap 200,200 399,399
//Thuringia
scanmap 400,200 599,399
//Moravia
scanmap 600,200 799,399
//Upper Lorraine
scanmap 0,400 199,599
//Swabia
scanmap 200,400 399,599
//Bavaria
scanmap 400,400 599,599
//Carinthia
scanmap 600,400 799,599
//Burgundy
scanmap 0,600 199,799
//Lombardy
scanmap 200,600 399,799
//Tuscany
scanmap 400,600 599,799
//Romagna
scanmap 600,600 799,799]]></source><p></p>

<br/>------------------------------------------------------------------------------<br/>
<p> <jump href="/wiki/ScriptInformational">ScriptInformational</jump> </p>
</s1>