<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Maratis forum - dofile function]]></title>
		<link>http://forum.maratis3d.com/viewtopic.php?id=773</link>
		<description><![CDATA[The most recent posts in dofile function.]]></description>
		<lastBuildDate>Wed, 11 Sep 2013 10:28:32 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: dofile function]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4948#p4948</link>
			<description><![CDATA[<p>It helps alot , thank you , thank you , thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (Riddikk)]]></author>
			<pubDate>Wed, 11 Sep 2013 10:28:32 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4948#p4948</guid>
		</item>
		<item>
			<title><![CDATA[Re: dofile function]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4943#p4943</link>
			<description><![CDATA[<p>Let&#039;s say you have 2 script in the same folder :<br />script_A.lua<br />script_B.lua</p><p>In your script_A, put at the top :<br /></p><div class="codebox"><pre><code>dofile(&quot;script_B.lua&quot;)</code></pre></div><p>Then if you have a function in script_B :</p><div class="codebox"><pre><code>function Whatever()
    --dosomethinghere
end</code></pre></div><p>Use it like that in script_A :</p><div class="codebox"><pre><code>function onSceneUpdate()
    Whatever() -- function from script_B
end</code></pre></div><p>Hope it helps</p>]]></description>
			<author><![CDATA[dummy@example.com (Vegas)]]></author>
			<pubDate>Tue, 10 Sep 2013 23:57:34 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4943#p4943</guid>
		</item>
		<item>
			<title><![CDATA[dofile function]]></title>
			<link>http://forum.maratis3d.com/viewtopic.php?pid=4942#p4942</link>
			<description><![CDATA[<p>Hello , can some one please explain to me how to use the dofile function.<br />I followed the example on the wiki but the script doesn&#039;t load .</p>]]></description>
			<author><![CDATA[dummy@example.com (Riddikk)]]></author>
			<pubDate>Tue, 10 Sep 2013 23:17:20 +0000</pubDate>
			<guid>http://forum.maratis3d.com/viewtopic.php?pid=4942#p4942</guid>
		</item>
	</channel>
</rss>
