<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.easyuo.com/index.php?action=history&amp;feed=atom&amp;title=TileCnt</id>
		<title>TileCnt - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.easyuo.com/index.php?action=history&amp;feed=atom&amp;title=TileCnt"/>
		<link rel="alternate" type="text/html" href="http://wiki.easyuo.com/index.php?title=TileCnt&amp;action=history"/>
		<updated>2026-04-30T08:03:33Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.3</generator>

	<entry>
		<id>http://wiki.easyuo.com/index.php?title=TileCnt&amp;diff=5679&amp;oldid=prev</id>
		<title>Seg: Protected &quot;TileCnt&quot; [edit=sysop:move=sysop]</title>
		<link rel="alternate" type="text/html" href="http://wiki.easyuo.com/index.php?title=TileCnt&amp;diff=5679&amp;oldid=prev"/>
				<updated>2008-03-26T00:24:27Z</updated>
		
		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php?title=TileCnt&quot; title=&quot;TileCnt&quot;&gt;TileCnt&lt;/a&gt;&amp;quot; [edit=sysop:move=sysop]&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 00:24, 26 March 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Seg</name></author>	</entry>

	<entry>
		<id>http://wiki.easyuo.com/index.php?title=TileCnt&amp;diff=5678&amp;oldid=prev</id>
		<title>Seg: New page: {{header|tile|ro|The #tileCnt system variable determines the number of layers for the last tile read using the tile command.  To understand the tile system think of each tile as a stac...</title>
		<link rel="alternate" type="text/html" href="http://wiki.easyuo.com/index.php?title=TileCnt&amp;diff=5678&amp;oldid=prev"/>
				<updated>2008-03-26T00:24:22Z</updated>
		
		<summary type="html">&lt;p&gt;New page: {{header|tile|ro|The #tileCnt system variable determines the number of layers for the last tile read using the &lt;a href=&quot;/index.php?title=Tile&quot; title=&quot;Tile&quot;&gt;tile&lt;/a&gt; command.  To understand the tile system think of each tile as a stac...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{header|tile|ro|The #tileCnt system variable determines the number of layers for the last tile read using the [[tile]] command.&lt;br /&gt;
&lt;br /&gt;
To understand the tile system think of each tile as a stack of layers, each layer shows something visible in UO whether it be a tree, mountain, grass, or water. So to search these layers you must first count the number of layers in a tile.}}&lt;br /&gt;
&lt;br /&gt;
==== Example ====&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Tile init&lt;br /&gt;
&lt;br /&gt;
Tile cnt #charPosX #charPosY #cursKind&lt;br /&gt;
set %layer_ammount 0&lt;br /&gt;
set %text&lt;br /&gt;
for %cnt #tileCnt 1&lt;br /&gt;
	{&lt;br /&gt;
	tile Get #charPosX #charPosY %cnt #cursKind&lt;br /&gt;
	set %layer_ammount %layer_ammount + 1&lt;br /&gt;
	set %text %text , $Layer , #spc , %cnt , : , #spc , #tiletype&lt;br /&gt;
	}&lt;br /&gt;
set %text [You , #spc , are , #spc , standing , #spc , here] , %text , $[The , #spc , very , #spc , bootom , #spc , of , #spc , the , #spc , world]&lt;br /&gt;
display ok The layers at your positions look like the following:$ %text&lt;br /&gt;
halt&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=See Also=&lt;br /&gt;
{{Tile}}&lt;/div&gt;</summary>
		<author><name>Seg</name></author>	</entry>

	</feed>