<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Maratis forum - Scripting]]></title>
	<link rel="self" href="http://forum.maratis3d.com/extern.php?action=feed&amp;tid=651&amp;type=atom"/>
	<updated>2013-04-18T15:43:42Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.maratis3d.com/viewtopic.php?id=651</id>
		<entry>
			<title type="html"><![CDATA[Re: Scripting]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=4023#p4023"/>
			<content type="html"><![CDATA[<p>Hmm in lua i think its like this: <br /></p><div class="codebox"><pre><code>if answer == &quot;take&quot;..item then </code></pre></div><p>(then it does not matter if &quot;item&quot; is a number too...for example item=11&nbsp; so take11 is result...</p>]]></content>
			<author>
				<name><![CDATA[pleedian]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1409</uri>
			</author>
			<updated>2013-04-18T15:43:42Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=4023#p4023</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Scripting]]></title>
			<link rel="alternate" href="http://forum.maratis3d.com/viewtopic.php?pid=3995#p3995"/>
			<content type="html"><![CDATA[<p>Hey, if you need to concatenate two strings and compare them how do you do that?</p><p>item = &quot;gun&quot;<br />inventory = {}</p><br /><p>answer = io.read() </p><p>if answer == &quot;take&quot; + item then<br />inventory[1] = item<br />end</p>]]></content>
			<author>
				<name><![CDATA[Pär]]></name>
				<uri>http://forum.maratis3d.com/profile.php?id=1252</uri>
			</author>
			<updated>2013-04-14T09:49:28Z</updated>
			<id>http://forum.maratis3d.com/viewtopic.php?pid=3995#p3995</id>
		</entry>
</feed>
