<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Etho&#8217;s Modded Minecraft #6: Drilling Machine</title>
	<atom:link href="http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/feed/" rel="self" type="application/rss+xml" />
	<link>http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/</link>
	<description></description>
	<lastBuildDate>Wed, 06 May 2015 13:42:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>By: KingDaddyDMAC</title>
		<link>http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422128</link>
		<dc:creator><![CDATA[KingDaddyDMAC]]></dc:creator>
		<pubDate>Sun, 01 Feb 2015 10:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422128</guid>
		<description><![CDATA[This custom NPC mod is just to dang funny! Love it :)﻿]]></description>
		<content:encoded><![CDATA[<p>This custom NPC mod is just to dang funny! Love it :)﻿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WarpSpeedGamer</title>
		<link>http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422142</link>
		<dc:creator><![CDATA[WarpSpeedGamer]]></dc:creator>
		<pubDate>Sun, 01 Feb 2015 10:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422142</guid>
		<description><![CDATA[Make a town in the sky like Colombia in Bioshock Infinite, then you can 
have a bunch of ships everywhere and even flyable houses!﻿]]></description>
		<content:encoded><![CDATA[<p>Make a town in the sky like Colombia in Bioshock Infinite, then you can<br />
have a bunch of ships everywhere and even flyable houses!﻿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kayleb mccord</title>
		<link>http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422145</link>
		<dc:creator><![CDATA[kayleb mccord]]></dc:creator>
		<pubDate>Sun, 01 Feb 2015 10:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422145</guid>
		<description><![CDATA[It would be nice if you could communicate to the NPCs. Like in the mornings 
you could type &quot;good morning&quot; and the nearest NPC would say &quot;good morning 
Etho!&quot;﻿]]></description>
		<content:encoded><![CDATA[<p>It would be nice if you could communicate to the NPCs. Like in the mornings<br />
you could type &#8220;good morning&#8221; and the nearest NPC would say &#8220;good morning<br />
Etho!&#8221;﻿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quaggz B</title>
		<link>http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422147</link>
		<dc:creator><![CDATA[Quaggz B]]></dc:creator>
		<pubDate>Sun, 01 Feb 2015 10:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422147</guid>
		<description><![CDATA[I honestly believe that other than Fly Boys and SoF, this is the best 
Minecraft series out there.﻿]]></description>
		<content:encoded><![CDATA[<p>I honestly believe that other than Fly Boys and SoF, this is the best<br />
Minecraft series out there.﻿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: orionnijman</title>
		<link>http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422135</link>
		<dc:creator><![CDATA[orionnijman]]></dc:creator>
		<pubDate>Sun, 01 Feb 2015 10:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422135</guid>
		<description><![CDATA[I went outside once.. The graphics were great, but the story sucked..﻿]]></description>
		<content:encoded><![CDATA[<p>I went outside once.. The graphics were great, but the story sucked..﻿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary de Boer</title>
		<link>http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422134</link>
		<dc:creator><![CDATA[Zachary de Boer]]></dc:creator>
		<pubDate>Sun, 01 Feb 2015 10:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422134</guid>
		<description><![CDATA[Etho, as per your programming querks. . .


I believe that each tab is it&#039;s own &quot;method&quot;, not necessarily it&#039;s own 
program. The init method is what happens when the npc is first created, and 
it only runs once. The other methods get called when you do a certain 
thing. Such as dialogue, that happens when you talk to the npc. I&#039;m not 
sure if you can, but maybe you can add other methods for different things.


For your variables, you can declare variables in the init method. But they 
need to have the &quot;this&quot; identifier. This makes the variable what is called 
a &quot;field variable&quot; or &quot;attribute.&quot; An example of declaring a field variable 
would be like:

var this._xCoordinate;

this declares a variable called _xCoordinate. And now you can use it 
anywhere in any certain npc (if I had to guess). The reason this works is 
because I believe each NPC belongs to a class. Declaring a field variable 
in a class allows the variable to be used anywhere in the class. This 
should allow it to be used in any method in the NPC. 

PS. The underscore is not necessary, it is merely a naming convention for 
field variables. Also, make sure that all field variables are declared in 
the Init method. You don&#039;t want to declare it in any other method. I hope 
this helps! Hopefully other people can help contribute to this as well in 
case I said something wrong or if I missed anything.﻿]]></description>
		<content:encoded><![CDATA[<p>Etho, as per your programming querks. . .</p>
<p>I believe that each tab is it&#8217;s own &#8220;method&#8221;, not necessarily it&#8217;s own<br />
program. The init method is what happens when the npc is first created, and<br />
it only runs once. The other methods get called when you do a certain<br />
thing. Such as dialogue, that happens when you talk to the npc. I&#8217;m not<br />
sure if you can, but maybe you can add other methods for different things.</p>
<p>For your variables, you can declare variables in the init method. But they<br />
need to have the &#8220;this&#8221; identifier. This makes the variable what is called<br />
a &#8220;field variable&#8221; or &#8220;attribute.&#8221; An example of declaring a field variable<br />
would be like:</p>
<p>var this._xCoordinate;</p>
<p>this declares a variable called _xCoordinate. And now you can use it<br />
anywhere in any certain npc (if I had to guess). The reason this works is<br />
because I believe each NPC belongs to a class. Declaring a field variable<br />
in a class allows the variable to be used anywhere in the class. This<br />
should allow it to be used in any method in the NPC. </p>
<p>PS. The underscore is not necessary, it is merely a naming convention for<br />
field variables. Also, make sure that all field variables are declared in<br />
the Init method. You don&#8217;t want to declare it in any other method. I hope<br />
this helps! Hopefully other people can help contribute to this as well in<br />
case I said something wrong or if I missed anything.﻿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordon Maron</title>
		<link>http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422146</link>
		<dc:creator><![CDATA[Jordon Maron]]></dc:creator>
		<pubDate>Sun, 01 Feb 2015 10:12:48 +0000</pubDate>
		<guid isPermaLink="false">http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422146</guid>
		<description><![CDATA[BUILD A MINING TOWN NEXT! (make it so that you never have to go caving 
again)﻿]]></description>
		<content:encoded><![CDATA[<p>BUILD A MINING TOWN NEXT! (make it so that you never have to go caving<br />
again)﻿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nitrocide17</title>
		<link>http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422136</link>
		<dc:creator><![CDATA[Nitrocide17]]></dc:creator>
		<pubDate>Sun, 01 Feb 2015 10:10:50 +0000</pubDate>
		<guid isPermaLink="false">http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422136</guid>
		<description><![CDATA[Ok, i know you must get Naruto themed ideas all the time but what about a 
wooden village covered in leaves filled with ninja type characters? A 
village hidden in the leaves

And before the comment section flames me... I know the village isn;t 
actually covered in leaves... Kohana village﻿]]></description>
		<content:encoded><![CDATA[<p>Ok, i know you must get Naruto themed ideas all the time but what about a<br />
wooden village covered in leaves filled with ninja type characters? A<br />
village hidden in the leaves</p>
<p>And before the comment section flames me&#8230; I know the village isn;t<br />
actually covered in leaves&#8230; Kohana village﻿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Purnell</title>
		<link>http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422138</link>
		<dc:creator><![CDATA[Andy Purnell]]></dc:creator>
		<pubDate>Sun, 01 Feb 2015 10:07:01 +0000</pubDate>
		<guid isPermaLink="false">http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422138</guid>
		<description><![CDATA[I foresee an enormous Etho flying ship, bedecked with all manner of strange 
&amp; wonderful machines, crewed by NPC&#039;s &amp; press ganged villagers, roaming the 
world in search of adventure. Make it so!﻿]]></description>
		<content:encoded><![CDATA[<p>I foresee an enormous Etho flying ship, bedecked with all manner of strange<br />
&#038; wonderful machines, crewed by NPC&#8217;s &#038; press ganged villagers, roaming the<br />
world in search of adventure. Make it so!﻿</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ayaan Soha</title>
		<link>http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422133</link>
		<dc:creator><![CDATA[Ayaan Soha]]></dc:creator>
		<pubDate>Sun, 01 Feb 2015 10:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://minecraftvideos.info/ethos-modded-minecraft-6-drilling-machine/#comment-422133</guid>
		<description><![CDATA[Under 301 club and like if you are watching in 3016!﻿]]></description>
		<content:encoded><![CDATA[<p>Under 301 club and like if you are watching in 3016!﻿</p>
]]></content:encoded>
	</item>
</channel>
</rss>
