<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://elanthipedia.play.net/index.php?action=history&amp;feed=atom&amp;title=User%3AZUERCAT%2FSandbox%2FHEscript</id>
	<title>User:ZUERCAT/Sandbox/HEscript - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://elanthipedia.play.net/index.php?action=history&amp;feed=atom&amp;title=User%3AZUERCAT%2FSandbox%2FHEscript"/>
	<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=User:ZUERCAT/Sandbox/HEscript&amp;action=history"/>
	<updated>2026-04-11T02:23:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://elanthipedia.play.net/index.php?title=User:ZUERCAT/Sandbox/HEscript&amp;diff=629554&amp;oldid=prev</id>
		<title>ZUERCAT: Created page with &quot;&lt;pre&gt; #What container do you get you keep your crafting material in? setvariable lgtoolcontainer pack  #What container has STONE deeds? setvariable stonecontainer pouch  #What...&quot;</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=User:ZUERCAT/Sandbox/HEscript&amp;diff=629554&amp;oldid=prev"/>
		<updated>2023-11-16T10:31:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre&amp;gt; #What container do you get you keep your crafting material in? setvariable lgtoolcontainer pack  #What container has STONE deeds? setvariable stonecontainer pouch  #What...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
#What container do you get you keep your crafting material in?&lt;br /&gt;
setvariable lgtoolcontainer pack&lt;br /&gt;
&lt;br /&gt;
#What container has STONE deeds?&lt;br /&gt;
setvariable stonecontainer pouch&lt;br /&gt;
&lt;br /&gt;
#What container has METAL ingots?&lt;br /&gt;
setvariable metalcontainer apron&lt;br /&gt;
&lt;br /&gt;
#What container has WOOD lumber?&lt;br /&gt;
setvariable metalcontainer portal&lt;br /&gt;
&lt;br /&gt;
#What container do you get you keep your tools &amp;amp; books in?&lt;br /&gt;
setvariable toolcontainer pouch&lt;br /&gt;
&lt;br /&gt;
#What container do you want the finished products in?&lt;br /&gt;
setvariable productcontainer haversack&lt;br /&gt;
&lt;br /&gt;
#Counter information&lt;br /&gt;
setvariable itemsmade 0&lt;br /&gt;
counter set 0&lt;br /&gt;
&lt;br /&gt;
start:&lt;br /&gt;
put exhale san cry&lt;br /&gt;
pause 1&lt;br /&gt;
put touch my shield&lt;br /&gt;
put get instr from %toolcontainer&lt;br /&gt;
match CLOTH1 reinforced netting&lt;br /&gt;
match CLOTH2 rope&lt;br /&gt;
match LEATHER straps&lt;br /&gt;
match METAL1 rackensprocket&lt;br /&gt;
match METAL2 javelin&lt;br /&gt;
match METAL3 case&lt;br /&gt;
match METAL4 link&lt;br /&gt;
match METAL5 trunk&lt;br /&gt;
match METAL6 spangleflange&lt;br /&gt;
match STONE bolthead&lt;br /&gt;
match WOOD trencher&lt;br /&gt;
match YARN outfit&lt;br /&gt;
match DONE What were you referring to?&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
CLOTH1:&lt;br /&gt;
setvariable noun netting&lt;br /&gt;
put study my instr&lt;br /&gt;
pause 1&lt;br /&gt;
put study my instr&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put my instr in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get cloth from my %lgtoolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put swap&lt;br /&gt;
put get scissors from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put cut my cloth with my scissors&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put sci in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put lift cloth&lt;br /&gt;
pause 1&lt;br /&gt;
put put cloth in my %lgtoolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get sew needle from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put push my %noun with my needle&lt;br /&gt;
match rethread The needles need to have thread&lt;br /&gt;
match sew roundtime&lt;br /&gt;
match sew ...w&lt;br /&gt;
match finish1 You cannot figure out how to do that.&lt;br /&gt;
match finish1 You realize that cannot be repaired, and stop.&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
CLOTH2:&lt;br /&gt;
setvariable noun rope&lt;br /&gt;
put study my instr&lt;br /&gt;
pause 1&lt;br /&gt;
put study my instr&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put my instr in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get cloth from my %lgtoolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put swap&lt;br /&gt;
put get scissors from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put cut my cloth with my scissors&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put sci in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put lift cloth&lt;br /&gt;
pause 1&lt;br /&gt;
put put cloth in my %lgtoolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get sew needle from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put push my %noun with my needle&lt;br /&gt;
match rethread The needles need to have thread&lt;br /&gt;
match sew roundtime&lt;br /&gt;
match sew ...w&lt;br /&gt;
match finish1 You cannot figure out how to do that.&lt;br /&gt;
match finish1 You realize that cannot be repaired, and stop.&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
LEATHER:&lt;br /&gt;
setvariable noun straps&lt;br /&gt;
put study my instr&lt;br /&gt;
pause 1&lt;br /&gt;
put study my instr&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put my instr in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get leather from my %lgtoolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put swap&lt;br /&gt;
put get scissors from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put cut my leather with my scissors&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put sci in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put lift leather&lt;br /&gt;
pause 1&lt;br /&gt;
put put leather in my %lgtoolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get sew needle from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put push my %noun with my needle&lt;br /&gt;
match rethread The needles need to have thread&lt;br /&gt;
match sew roundtime&lt;br /&gt;
match sew ...w&lt;br /&gt;
match finish1 You cannot figure out how to do that.&lt;br /&gt;
match finish1 You realize that cannot be repaired, and stop.&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
sew:&lt;br /&gt;
pause 1&lt;br /&gt;
put push my %noun with my needle&lt;br /&gt;
match rethread The needles need to have thread&lt;br /&gt;
match sew roundtime&lt;br /&gt;
match sew ...w&lt;br /&gt;
match finish1 You cannot figure out how to do that.&lt;br /&gt;
match finish1 You realize that cannot be repaired, and stop.&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
rethread:&lt;br /&gt;
pause 1&lt;br /&gt;
put put my %noun in my %lgtoolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get thread&lt;br /&gt;
pause 1&lt;br /&gt;
put put thread on my needle&lt;br /&gt;
pause 1&lt;br /&gt;
put get %noun from my %lgtoolcontainer&lt;br /&gt;
goto sew&lt;br /&gt;
&lt;br /&gt;
METAL1:&lt;br /&gt;
setvariable noun rackensprocket&lt;br /&gt;
put look in %metalcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get ingot from %metalcontainer&lt;br /&gt;
match pound1 You get an&lt;br /&gt;
match pound1 You get a&lt;br /&gt;
match METAL1 ...w&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
METAL2:&lt;br /&gt;
setvariable noun javelin&lt;br /&gt;
put look in %metalcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get ingot from %metalcontainer&lt;br /&gt;
match pound1 You get an&lt;br /&gt;
match pound1 You get a&lt;br /&gt;
match METAL2 ...w&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
METAL3:&lt;br /&gt;
setvariable noun case&lt;br /&gt;
put look in %metalcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get ingot from %metalcontainer&lt;br /&gt;
match pound1 You get an&lt;br /&gt;
match pound1 You get a&lt;br /&gt;
match METAL3 ...w&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
METAL4:&lt;br /&gt;
setvariable noun link&lt;br /&gt;
put look in %metalcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get ingot from %metalcontainer&lt;br /&gt;
match pound1 You get an&lt;br /&gt;
match pound1 You get a&lt;br /&gt;
match METAL4 ...w&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
METAL5:&lt;br /&gt;
setvariable noun trunk&lt;br /&gt;
put look in %metalcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get ingot from %metalcontainer&lt;br /&gt;
match pound1 You get an&lt;br /&gt;
match pound1 You get a&lt;br /&gt;
match METAL5 ...w&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
METAL6:&lt;br /&gt;
setvariable noun spangleflange&lt;br /&gt;
put look in %metalcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get ingot from %metalcontainer&lt;br /&gt;
match pound1 You get an&lt;br /&gt;
match pound1 You get a&lt;br /&gt;
match METAL6 ...w&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
pound1:&lt;br /&gt;
put put ing on anvil&lt;br /&gt;
pause 1&lt;br /&gt;
put study my instr&lt;br /&gt;
pause 1&lt;br /&gt;
put study my instr&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put my instr in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get hammer from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get tong from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put pound ingot on anvil with my hammer&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put pound %noun on anvil with my hammer&lt;br /&gt;
match fuel As you complete working the fire dies down&lt;br /&gt;
match fuel needs more fuel&lt;br /&gt;
match fuel need some more fuel&lt;br /&gt;
match fuel The fire needs more fuel&lt;br /&gt;
match pound2 ...w&lt;br /&gt;
match pound2 roundtime&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
pound2:&lt;br /&gt;
pause 1&lt;br /&gt;
put pound %noun on anvil with my hammer&lt;br /&gt;
match fuel As you complete working the fire dies down&lt;br /&gt;
match fuel needs more fuel&lt;br /&gt;
match fuel need some more fuel&lt;br /&gt;
match fuel The fire needs more fuel&lt;br /&gt;
match pound2 ...w&lt;br /&gt;
match pound2 roundtime&lt;br /&gt;
match finish4 The metal now appears&lt;br /&gt;
match finish4 You cannot figure out how to do that.&lt;br /&gt;
match finish4 You realize that cannot be repaired, and stop.&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
fuel:&lt;br /&gt;
pause 1&lt;br /&gt;
put put tong in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get shovel from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put push fuel with my shov&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put shovel in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get tong from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
goto pound2&lt;br /&gt;
&lt;br /&gt;
STONE:&lt;br /&gt;
setvariable noun bolthead&lt;br /&gt;
put get deed from %stonecontainer&lt;br /&gt;
match tapdeed You get a deed&lt;br /&gt;
match tapdeed You get an&lt;br /&gt;
match STONE ...w&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
tapdeed:&lt;br /&gt;
put tap my deed&lt;br /&gt;
pause 1&lt;br /&gt;
put study my instr&lt;br /&gt;
pause 1&lt;br /&gt;
put study my instr&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put my instr in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get chisel from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put carve boulder with my chis&lt;br /&gt;
match carve ...w&lt;br /&gt;
match carve roundtime&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
carve:&lt;br /&gt;
pause 1&lt;br /&gt;
put carve %noun with my chis&lt;br /&gt;
match carve roundtime&lt;br /&gt;
match carve ...w&lt;br /&gt;
match finish3 You cannot figure out how to do that.&lt;br /&gt;
match finish3 You realize that cannot be repaired, and stop.&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
WOOD:&lt;br /&gt;
setvariable noun trencher&lt;br /&gt;
put look in %woodcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get lumb from %woodcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put study my instr&lt;br /&gt;
pause 1&lt;br /&gt;
put study my instr&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put my instr in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get drawknife from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put scrape lumber with my drawknife&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put drawknife in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get carving knife from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put carve %noun with carving knife&lt;br /&gt;
match drawknife ...w&lt;br /&gt;
match drawknife with a drawknife&lt;br /&gt;
match carvingknife with a carving knife&lt;br /&gt;
match carvingknife prevent further carving with a knife.&lt;br /&gt;
match carvingknife impede further carving with a knife.&lt;br /&gt;
match carvingknife continued knife carving&lt;br /&gt;
match carvingknife roundtime&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
drawknife:&lt;br /&gt;
pause 1&lt;br /&gt;
put stow right in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get drawknife from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put scrape %noun with my drawknife&lt;br /&gt;
match drawknife ...w&lt;br /&gt;
match drawknife with a drawknife&lt;br /&gt;
match carvingknife with a carving knife&lt;br /&gt;
match carvingknife prevent further carving with a knife.&lt;br /&gt;
match carvingknife impede further carving with a knife.&lt;br /&gt;
match carvingknife continued knife carving&lt;br /&gt;
match carvingknife roundtime&lt;br /&gt;
match finish5 Applying the final touches&lt;br /&gt;
match finish5 You cannot figure out how to do that.&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
carvingknife:&lt;br /&gt;
pause 1&lt;br /&gt;
put carve %noun with carving knife&lt;br /&gt;
match carvingknife ...w&lt;br /&gt;
match carvingknife with a carving knife&lt;br /&gt;
match carvingknife prevent further carving with a knife.&lt;br /&gt;
match carvingknife impede further carving with a knife.&lt;br /&gt;
match carvingknife continued knife carving&lt;br /&gt;
match carvingknife roundtime&lt;br /&gt;
match finish5 Applying the final touches&lt;br /&gt;
match finish5 You cannot figure out how to do that.&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
YARN:&lt;br /&gt;
setvariable noun outfit&lt;br /&gt;
put study my instr&lt;br /&gt;
pause 1&lt;br /&gt;
put study my instr&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put my instr in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get yarn from my %lgtoolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get knit needle from my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put knit yarn with my needle&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put yarn in my %lgtoolcontainer&lt;br /&gt;
goto KNIT&lt;br /&gt;
&lt;br /&gt;
KNIT:&lt;br /&gt;
put knit my needle&lt;br /&gt;
match finish2 cast off the needles&lt;br /&gt;
match KNIT roundtime&lt;br /&gt;
match KNIT ...w&lt;br /&gt;
matchwait&lt;br /&gt;
&lt;br /&gt;
finish1:&lt;br /&gt;
put put need in my %toolcontainer&lt;br /&gt;
put stow right&lt;br /&gt;
pause 1&lt;br /&gt;
put put %noun in my %productcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
counter set %itemsmade&lt;br /&gt;
counter add 1&lt;br /&gt;
setvariable itemsmade %c&lt;br /&gt;
echo *******************&lt;br /&gt;
echo *** %itemsmade items made so far...&lt;br /&gt;
echo *******************&lt;br /&gt;
pause 5&lt;br /&gt;
goto start&lt;br /&gt;
&lt;br /&gt;
finish2:&lt;br /&gt;
pause 1&lt;br /&gt;
put cast my need&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
put put need in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put put %noun in my %productcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
counter set %itemsmade&lt;br /&gt;
counter add 1&lt;br /&gt;
setvariable itemsmade %c&lt;br /&gt;
echo *******************&lt;br /&gt;
echo *** %itemsmade items made so far...&lt;br /&gt;
echo *******************&lt;br /&gt;
pause 5&lt;br /&gt;
goto start&lt;br /&gt;
&lt;br /&gt;
finish3:&lt;br /&gt;
pause 1&lt;br /&gt;
put get %noun&lt;br /&gt;
pause 1&lt;br /&gt;
put put chisel in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put put %noun in my %productcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
counter set %itemsmade&lt;br /&gt;
counter add 1&lt;br /&gt;
setvariable itemsmade %c&lt;br /&gt;
echo *******************&lt;br /&gt;
echo *** %itemsmade items made so far...&lt;br /&gt;
echo *******************&lt;br /&gt;
pause 5&lt;br /&gt;
goto start&lt;br /&gt;
&lt;br /&gt;
finish4:&lt;br /&gt;
pause 1&lt;br /&gt;
put put hammer in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put put tong in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put push tub&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put get %noun&lt;br /&gt;
pause 1&lt;br /&gt;
put get oil from my int pou&lt;br /&gt;
pause 1&lt;br /&gt;
put pour oil on my %noun&lt;br /&gt;
waitfor roundtime&lt;br /&gt;
pause 1&lt;br /&gt;
put put %noun in my %productcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put put oil in my int pou&lt;br /&gt;
pause 1&lt;br /&gt;
put get my ingot&lt;br /&gt;
pause 1&lt;br /&gt;
put put ingot in my %metalcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
counter set %itemsmade&lt;br /&gt;
counter add 1&lt;br /&gt;
setvariable itemsmade %c&lt;br /&gt;
echo *******************&lt;br /&gt;
echo *** %itemsmade items made so far...&lt;br /&gt;
echo *******************&lt;br /&gt;
pause 5&lt;br /&gt;
goto start&lt;br /&gt;
&lt;br /&gt;
finish5:&lt;br /&gt;
pause 1&lt;br /&gt;
put put draw in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put put knife in my %toolcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put put %noun in my %productcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
put get lumber&lt;br /&gt;
pause 1&lt;br /&gt;
put put lumber in my %woodcontainer&lt;br /&gt;
pause 1&lt;br /&gt;
counter set %itemsmade&lt;br /&gt;
counter add 1&lt;br /&gt;
setvariable itemsmade %c&lt;br /&gt;
echo *******************&lt;br /&gt;
echo *** %itemsmade items made so far...&lt;br /&gt;
echo *******************&lt;br /&gt;
pause 5&lt;br /&gt;
goto start&lt;br /&gt;
&lt;br /&gt;
DONE:&lt;br /&gt;
echo ************************************&lt;br /&gt;
echo *** GO FIND ZASELE, BRADYN OR POLTU&lt;br /&gt;
echo ************************************&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>ZUERCAT</name></author>
	</entry>
</feed>