<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - Arrays]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=574</link>
		<description><![CDATA[The most recent posts in Arrays.]]></description>
		<lastBuildDate>Wed, 30 Jan 2013 08:49:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Arrays]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3618#p3618</link>
			<description><![CDATA[<p>yes i think</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Wed, 30 Jan 2013 08:49:40 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3618#p3618</guid>
		</item>
		<item>
			<title><![CDATA[Re: Arrays]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3608#p3608</link>
			<description><![CDATA[<p>Cool, then. A = {timer = 0, rotate = 0, move = 0}</p><p>So A.timer will be 0 and rotate 0?</p>]]></description>
			<author><![CDATA[dummy@example.com (Pär)]]></author>
			<pubDate>Tue, 29 Jan 2013 21:07:59 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3608#p3608</guid>
		</item>
		<item>
			<title><![CDATA[Re: Arrays]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3606#p3606</link>
			<description><![CDATA[<p>with arrays, or tables, you use indices or names :</p><p>A[&quot;x&quot;] = 10<br />similar to : A.x = 10</p><p>or :</p><p>A[1] = 2<br />A[2] = 3<br />etc</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Tue, 29 Jan 2013 20:54:10 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3606#p3606</guid>
		</item>
		<item>
			<title><![CDATA[Re: Arrays]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3603#p3603</link>
			<description><![CDATA[<p>Oh nevermind. </p><p>I mean tables. How does tables work? </p><p>Can you assign a name to a table like</p><p>A = {}</p><p>And have A1, A2, A3 and so on? I&#039;m trying to make NPC&#039;s and they are hard to code if I need to make everyone in code.</p>]]></description>
			<author><![CDATA[dummy@example.com (Pär)]]></author>
			<pubDate>Tue, 29 Jan 2013 19:43:19 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3603#p3603</guid>
		</item>
		<item>
			<title><![CDATA[Re: Arrays]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3601#p3601</link>
			<description><![CDATA[<p>I don&#039;t understand what you mean, what is A1 ?</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Mon, 28 Jan 2013 21:37:09 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3601#p3601</guid>
		</item>
		<item>
			<title><![CDATA[Re: Arrays]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3598#p3598</link>
			<description><![CDATA[<p>So you cant have multiple A&#039;s like A = {1, 2, 3, 4, 5}</p><p>And A[1] = A1 ?</p>]]></description>
			<author><![CDATA[dummy@example.com (Pär)]]></author>
			<pubDate>Mon, 28 Jan 2013 20:03:53 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3598#p3598</guid>
		</item>
		<item>
			<title><![CDATA[Re: Arrays]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3596#p3596</link>
			<description><![CDATA[<p>a classic array works like that : </p><p>A = {12, 4, 3, 2, 8}</p><p>in lua indices starts at 1 :</p><p>A[1] is 12<br />A[2] is 4<br />etc</p>]]></description>
			<author><![CDATA[dummy@example.com (anael)]]></author>
			<pubDate>Sun, 27 Jan 2013 23:12:37 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3596#p3596</guid>
		</item>
		<item>
			<title><![CDATA[Arrays]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=3595#p3595</link>
			<description><![CDATA[<p>Hey! Can you show me how to use arrays? As far as I understand:</p><p>A = {}</p><p>This will give me as much A0, A1, A2, A3, A4 as I need but what I don&#039;t understand is when you want separate HP values and stuff like that.</p><p>Say </p><p>A = {hpval} </p><p>Do I then write A.hpval = 1 when I want the first A&#039;s hpval to be 1?</p><p>Thanks</p>]]></description>
			<author><![CDATA[dummy@example.com (Pär)]]></author>
			<pubDate>Sun, 27 Jan 2013 21:32:35 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=3595#p3595</guid>
		</item>
	</channel>
</rss>
