<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gswiki.play.net/index.php?action=history&amp;feed=atom&amp;title=Ta%27Illistim_deeds_%28script%29</id>
	<title>Ta&#039;Illistim deeds (script) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gswiki.play.net/index.php?action=history&amp;feed=atom&amp;title=Ta%27Illistim_deeds_%28script%29"/>
	<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=Ta%27Illistim_deeds_(script)&amp;action=history"/>
	<updated>2026-04-19T08:47:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://gswiki.play.net/index.php?title=Ta%27Illistim_deeds_(script)&amp;diff=42420&amp;oldid=prev</id>
		<title>GS4-KEIOS: 1 revision: Krakiipedia Import</title>
		<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=Ta%27Illistim_deeds_(script)&amp;diff=42420&amp;oldid=prev"/>
		<updated>2014-12-31T19:47:14Z</updated>

		<summary type="html">&lt;p&gt;1 revision: Krakiipedia Import&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 14:47, 31 December 2014&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>GS4-KEIOS</name></author>
	</entry>
	<entry>
		<id>https://gswiki.play.net/index.php?title=Ta%27Illistim_deeds_(script)&amp;diff=3690&amp;oldid=prev</id>
		<title>MOURNE: Removed trailing spaces and condensed waitfors/matches that were breaking functionality, introduced payment functions that a) worked and b) increased gems useable to nine.</title>
		<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=Ta%27Illistim_deeds_(script)&amp;diff=3690&amp;oldid=prev"/>
		<updated>2009-05-12T11:47:09Z</updated>

		<summary type="html">&lt;p&gt;Removed trailing spaces and condensed waitfors/matches that were breaking functionality, introduced payment functions that a) worked and b) increased gems useable to nine.&lt;/p&gt;
&lt;a href=&quot;https://gswiki.play.net/index.php?title=Ta%27Illistim_deeds_(script)&amp;amp;diff=3690&amp;amp;oldid=42419&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>MOURNE</name></author>
	</entry>
	<entry>
		<id>https://gswiki.play.net/index.php?title=Ta%27Illistim_deeds_(script)&amp;diff=42419&amp;oldid=prev</id>
		<title>DRIZZT-12: Script to help acquire deeds in Ta&#039;Illistim</title>
		<link rel="alternate" type="text/html" href="https://gswiki.play.net/index.php?title=Ta%27Illistim_deeds_(script)&amp;diff=42419&amp;oldid=prev"/>
		<updated>2007-01-15T03:43:14Z</updated>

		<summary type="html">&lt;p&gt;Script to help acquire deeds in Ta&amp;#039;Illistim&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;A script helpful to purchasing deeds in [[Ta&amp;#039;Illistim]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 # Purchasing a Deed in Ta&amp;#039;Illistim in the Hall of Patrons &lt;br /&gt;
 # Any questions, comments can be directed to me at dalynched1@attbi.com &lt;br /&gt;
  &lt;br /&gt;
 if_1 goto Start &lt;br /&gt;
 AddToHighlightStrings string=&amp;quot;Use as follows: .tailldeed &amp;lt;gem&amp;gt; &amp;lt;second gem&amp;gt; &amp;lt;etc. through five&amp;gt;&amp;quot; foreColor=#29CEFF highlightEntireLine=True /quiet &lt;br /&gt;
 echo &lt;br /&gt;
 echo Use as follows: .tailldeed &amp;lt;gem&amp;gt; &amp;lt;second gem&amp;gt; &amp;lt;etc. through five&amp;gt; &lt;br /&gt;
 echo  &lt;br /&gt;
 waitfor &lt;br /&gt;
 DeleteFromHighlightStrings string=&amp;quot;Use as follows: .tailldeed &amp;lt;gem&amp;gt; &amp;lt;second gem&amp;gt; &amp;lt;etc. through five&amp;gt;&amp;quot; &lt;br /&gt;
 echo &lt;br /&gt;
 AddToHighlightStrings string=&amp;quot;Example: .tailldeed sapphire diamond&amp;quot; foreColor=#29CEFF highlightEntireLine=True /quiet &lt;br /&gt;
 echo Example: .tailldeed sapphire diamond &lt;br /&gt;
 echo &lt;br /&gt;
 DeleteFromHighlightStrings string=&amp;quot;Example: .tailldeed sapphire diamond&amp;quot; &lt;br /&gt;
 waitfor &lt;br /&gt;
 exit&lt;br /&gt;
&lt;br /&gt;
 Start: &lt;br /&gt;
 put look tome &lt;br /&gt;
 match Open You see the tome is open &lt;br /&gt;
 match Closed The tome is bound&lt;br /&gt;
 matchwait&lt;br /&gt;
 exit&lt;br /&gt;
   &lt;br /&gt;
 Open: &lt;br /&gt;
 put close tome &lt;br /&gt;
 waitfor You carefully close the cover of the tome.&lt;br /&gt;
 goto Closed&lt;br /&gt;
 exit&lt;br /&gt;
&lt;br /&gt;
Closed: &lt;br /&gt;
 put open tome &lt;br /&gt;
 waitfor You carefully open the tome. &lt;br /&gt;
 put read tome &lt;br /&gt;
 waitfor PATRONS OF THE ELVEN HOUSES &lt;br /&gt;
 put turn tome to ashrim &lt;br /&gt;
 match Charl In his hand, he is wielding a trident. &lt;br /&gt;
 match Niima A blue-green gown clings to her slender form. &lt;br /&gt;
 matchwait &lt;br /&gt;
 exit&lt;br /&gt;
&lt;br /&gt;
Charl: &lt;br /&gt;
 move east &lt;br /&gt;
 move go panel &lt;br /&gt;
 put get taper &lt;br /&gt;
 waitfor You pick up a long thin taper. &lt;br /&gt;
 put light my taper with candle &lt;br /&gt;
 waitfor You carefully light the taper with a slender white candle. &lt;br /&gt;
 move go panel &lt;br /&gt;
 move west &lt;br /&gt;
 move southeast &lt;br /&gt;
 move go modwir door &lt;br /&gt;
 goto Payment &lt;br /&gt;
 exit &lt;br /&gt;
  &lt;br /&gt;
 Niima: &lt;br /&gt;
 move east &lt;br /&gt;
 move go panel &lt;br /&gt;
 put get taper &lt;br /&gt;
 waitfor You pick up a long thin taper. &lt;br /&gt;
 put light my taper with candle &lt;br /&gt;
 waitfor You carefully light the taper with a slender white candle. &lt;br /&gt;
 move go panel &lt;br /&gt;
 move west &lt;br /&gt;
 move southeast &lt;br /&gt;
 move go haon door &lt;br /&gt;
 goto Payment &lt;br /&gt;
 exit &lt;br /&gt;
  &lt;br /&gt;
 Payment: &lt;br /&gt;
 put kneel &lt;br /&gt;
 waitfor You kneel down. &lt;br /&gt;
 put get my %1 &lt;br /&gt;
 put put my %1 on censer &lt;br /&gt;
 waitfor on a brass censer. &lt;br /&gt;
 if_1 goto Outcome &lt;br /&gt;
 put get my %2 &lt;br /&gt;
 put put my %2 on censer &lt;br /&gt;
 waitfor on a brass censer. &lt;br /&gt;
 if_2 goto Outcome &lt;br /&gt;
 put get my %3 &lt;br /&gt;
 put put my %3 on censer &lt;br /&gt;
 waitfor on a brass censer. &lt;br /&gt;
 if_3 goto Outcome &lt;br /&gt;
 put get my %4 &lt;br /&gt;
 put put my %4 on censer &lt;br /&gt;
 waitfor on a brass censer. &lt;br /&gt;
 if_4 goto Outcome &lt;br /&gt;
 put get my %5 &lt;br /&gt;
 put put my %5 on censer &lt;br /&gt;
 waitfor on a brass censer. &lt;br /&gt;
 put light cens with my taper &lt;br /&gt;
 waitfor You light the censer with your taper. &lt;br /&gt;
 goto Outcome &lt;br /&gt;
  &lt;br /&gt;
 Outcome: &lt;br /&gt;
 put pray &lt;br /&gt;
 put meditate &lt;br /&gt;
 match Success You sense an accomplishment &lt;br /&gt;
 match Failure You struggle to gain any further insights &lt;br /&gt;
 matchwait &lt;br /&gt;
 exit &lt;br /&gt;
  &lt;br /&gt;
 Success: &lt;br /&gt;
 AddToHighlightStrings string=&amp;quot;You were successful in recording another deed.&amp;quot; foreColor=#29CEFF highlightEntireLine=True /quiet &lt;br /&gt;
 echo &lt;br /&gt;
 echo You were successful in recording another deed. &lt;br /&gt;
 echo &lt;br /&gt;
 waitfor &lt;br /&gt;
 DeleteFromHighlightStrings string=&amp;quot;You were successful in recording another deed.&amp;quot; &lt;br /&gt;
 move northwest &lt;br /&gt;
 put experience &lt;br /&gt;
 exit &lt;br /&gt;
  &lt;br /&gt;
 Failure: &lt;br /&gt;
 AddToHighlightStrings string=&amp;quot;You were not successful in recording another deed.&amp;quot; foreColor=#29CEFF highlightEntireLine=True /quiet &lt;br /&gt;
 echo &lt;br /&gt;
 echo You were not successful in recording another deed. &lt;br /&gt;
 echo &lt;br /&gt;
 waitfor &lt;br /&gt;
 DeleteFromHighlightStrings string=&amp;quot;You were not successful in recording another deed.&amp;quot; &lt;br /&gt;
 move northwest &lt;br /&gt;
 put experience &lt;br /&gt;
 exit&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: Scripts]]&lt;/div&gt;</summary>
		<author><name>DRIZZT-12</name></author>
	</entry>
</feed>