<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.kolmafia.us/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yag</id>
	<title>Kolmafia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.kolmafia.us/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yag"/>
	<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=Special:Contributions/Yag"/>
	<updated>2026-04-24T22:23:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=User_talk:StDoodle&amp;diff=4288</id>
		<title>User talk:StDoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=User_talk:StDoodle&amp;diff=4288"/>
		<updated>2010-03-20T19:16:26Z</updated>

		<summary type="html">&lt;p&gt;Yag: /* for Grotfang */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Please let me know what&#039;s on your mind!==&lt;br /&gt;
&lt;br /&gt;
Any suggestions or comments are welcome, folks. Just leave them here, and please sign your posts.&lt;br /&gt;
&lt;br /&gt;
Also; if you don&#039;t have anything on your user page, please leave contact info or check back here for a reply.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wrote up some information about [[Custom Combat Script]], including consult scripts for you. I think it is pretty good, but feel free to do anything with it that you like. You can move it to the [[In-combat Consulting]] page or whatever. If I left out anything of importance or I need to add more detail to some part, let me know. --[[User:Bale|Bale]] 10:21, 3 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Added combat filter information and examples to [[adventure]](). What is my next assignment? :) --[[User:Bale|Bale]] 11:03, 3 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Triple equal sign means &amp;quot;exactly equal to&amp;quot; (value &amp;amp; type). Same result, anyways. --[[User:Heeheehee|Heeheehee]] 19:42, 7 March 2010 (UTC)&lt;br /&gt;
Apparently Mafia doesn&#039;t recognize the triple-equals sign, though. Huh. (That bit of code was copy-pasted from the seltzer example, then modified slightly) --[[User:Heeheehee|Heeheehee]] 02:25, 8 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hey! why was this: &amp;quot;KoLmafia Guide: Scripting for Dummies&amp;quot; deleted?  It was helpful -[[User:Yag|Yag]] 19:15, 20 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
==for Grotfang==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
int clan_id() {&lt;br /&gt;
	string x = visit_url( &amp;quot;showplayer.php?who=&amp;quot; + my_id().to_string() );&lt;br /&gt;
	string clan_num = &amp;quot;&amp;quot;;&lt;br /&gt;
	&lt;br /&gt;
	if( contains_text( x , &amp;quot;showclan.php?whichclan=&amp;quot; ) ) 	{&lt;br /&gt;
		matcher mat = create_matcher(&amp;quot;whichclan\=(\\d+)&amp;quot;,x);&lt;br /&gt;
		if(find(mat)) clan_num = group(mat,1);&lt;br /&gt;
	}&lt;br /&gt;
		return clan_num.to_int();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I saw your note on my talk page, and I&#039;m curious as to the reasoning behind the deletes.  Are these pages you think need to be rewritten, or pages you think just don&#039;t need to be there at all? &lt;br /&gt;
-Metraxis 15:05, 15 March 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Yag</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=User_talk:StDoodle&amp;diff=4287</id>
		<title>User talk:StDoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=User_talk:StDoodle&amp;diff=4287"/>
		<updated>2010-03-20T19:15:51Z</updated>

		<summary type="html">&lt;p&gt;Yag: /* Please let me know what&amp;#039;s on your mind! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Please let me know what&#039;s on your mind!==&lt;br /&gt;
&lt;br /&gt;
Any suggestions or comments are welcome, folks. Just leave them here, and please sign your posts.&lt;br /&gt;
&lt;br /&gt;
Also; if you don&#039;t have anything on your user page, please leave contact info or check back here for a reply.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wrote up some information about [[Custom Combat Script]], including consult scripts for you. I think it is pretty good, but feel free to do anything with it that you like. You can move it to the [[In-combat Consulting]] page or whatever. If I left out anything of importance or I need to add more detail to some part, let me know. --[[User:Bale|Bale]] 10:21, 3 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Added combat filter information and examples to [[adventure]](). What is my next assignment? :) --[[User:Bale|Bale]] 11:03, 3 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Triple equal sign means &amp;quot;exactly equal to&amp;quot; (value &amp;amp; type). Same result, anyways. --[[User:Heeheehee|Heeheehee]] 19:42, 7 March 2010 (UTC)&lt;br /&gt;
Apparently Mafia doesn&#039;t recognize the triple-equals sign, though. Huh. (That bit of code was copy-pasted from the seltzer example, then modified slightly) --[[User:Heeheehee|Heeheehee]] 02:25, 8 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hey! why was this: &amp;quot;KoLmafia Guide: Scripting for Dummies&amp;quot; deleted?  It was helpful -[[User:Yag|Yag]] 19:15, 20 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
==for Grotfang==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
int clan_id() {&lt;br /&gt;
	string x = visit_url( &amp;quot;showplayer.php?who=&amp;quot; + my_id().to_string() );&lt;br /&gt;
	string clan_num = &amp;quot;&amp;quot;;&lt;br /&gt;
	&lt;br /&gt;
	if( contains_text( x , &amp;quot;showclan.php?whichclan=&amp;quot; ) ) 	{&lt;br /&gt;
		matcher mat = create_matcher(&amp;quot;whichclan\=(\\d+)&amp;quot;,x);&lt;br /&gt;
		if(find(mat)) clan_num = group(mat,1);&lt;br /&gt;
	}&lt;br /&gt;
		return clan_num.to_int();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I saw your note on my talk page, and I&#039;m curious as to the reasoning behind the deletes.  Are these pages you think need to be rewritten, or pages you think just don&#039;t need to be there at all? &lt;br /&gt;
-Metraxis 15:05, 15 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hey! why was this: &amp;quot;KoLmafia Guide: Scripting for Dummies&amp;quot; deleted?  It was helpful -19:13, 20 March 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Yag</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=User_talk:StDoodle&amp;diff=4286</id>
		<title>User talk:StDoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=User_talk:StDoodle&amp;diff=4286"/>
		<updated>2010-03-20T19:15:35Z</updated>

		<summary type="html">&lt;p&gt;Yag: /* Please let me know what&amp;#039;s on your mind! */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Please let me know what&#039;s on your mind!==&lt;br /&gt;
&lt;br /&gt;
Any suggestions or comments are welcome, folks. Just leave them here, and please sign your posts.&lt;br /&gt;
&lt;br /&gt;
Also; if you don&#039;t have anything on your user page, please leave contact info or check back here for a reply.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wrote up some information about [[Custom Combat Script]], including consult scripts for you. I think it is pretty good, but feel free to do anything with it that you like. You can move it to the [[In-combat Consulting]] page or whatever. If I left out anything of importance or I need to add more detail to some part, let me know. --[[User:Bale|Bale]] 10:21, 3 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Added combat filter information and examples to [[adventure]](). What is my next assignment? :) --[[User:Bale|Bale]] 11:03, 3 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Triple equal sign means &amp;quot;exactly equal to&amp;quot; (value &amp;amp; type). Same result, anyways. --[[User:Heeheehee|Heeheehee]] 19:42, 7 March 2010 (UTC)&lt;br /&gt;
Apparently Mafia doesn&#039;t recognize the triple-equals sign, though. Huh. (That bit of code was copy-pasted from the seltzer example, then modified slightly) --[[User:Heeheehee|Heeheehee]] 02:25, 8 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hey! why was this: &amp;quot;KoLmafia Guide: Scripting for Dummies&amp;quot; deleted?  It was helpful -[[User:Yag|Yag]]19:15, 20 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
==for Grotfang==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
int clan_id() {&lt;br /&gt;
	string x = visit_url( &amp;quot;showplayer.php?who=&amp;quot; + my_id().to_string() );&lt;br /&gt;
	string clan_num = &amp;quot;&amp;quot;;&lt;br /&gt;
	&lt;br /&gt;
	if( contains_text( x , &amp;quot;showclan.php?whichclan=&amp;quot; ) ) 	{&lt;br /&gt;
		matcher mat = create_matcher(&amp;quot;whichclan\=(\\d+)&amp;quot;,x);&lt;br /&gt;
		if(find(mat)) clan_num = group(mat,1);&lt;br /&gt;
	}&lt;br /&gt;
		return clan_num.to_int();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I saw your note on my talk page, and I&#039;m curious as to the reasoning behind the deletes.  Are these pages you think need to be rewritten, or pages you think just don&#039;t need to be there at all? &lt;br /&gt;
-Metraxis 15:05, 15 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hey! why was this: &amp;quot;KoLmafia Guide: Scripting for Dummies&amp;quot; deleted?  It was helpful -19:13, 20 March 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Yag</name></author>
	</entry>
	<entry>
		<id>https://wiki.kolmafia.us/index.php?title=User_talk:StDoodle&amp;diff=4285</id>
		<title>User talk:StDoodle</title>
		<link rel="alternate" type="text/html" href="https://wiki.kolmafia.us/index.php?title=User_talk:StDoodle&amp;diff=4285"/>
		<updated>2010-03-20T19:13:07Z</updated>

		<summary type="html">&lt;p&gt;Yag: /* for Grotfang */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Please let me know what&#039;s on your mind!==&lt;br /&gt;
&lt;br /&gt;
Any suggestions or comments are welcome, folks. Just leave them here, and please sign your posts.&lt;br /&gt;
&lt;br /&gt;
Also; if you don&#039;t have anything on your user page, please leave contact info or check back here for a reply.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Wrote up some information about [[Custom Combat Script]], including consult scripts for you. I think it is pretty good, but feel free to do anything with it that you like. You can move it to the [[In-combat Consulting]] page or whatever. If I left out anything of importance or I need to add more detail to some part, let me know. --[[User:Bale|Bale]] 10:21, 3 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Added combat filter information and examples to [[adventure]](). What is my next assignment? :) --[[User:Bale|Bale]] 11:03, 3 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Triple equal sign means &amp;quot;exactly equal to&amp;quot; (value &amp;amp; type). Same result, anyways. --[[User:Heeheehee|Heeheehee]] 19:42, 7 March 2010 (UTC)&lt;br /&gt;
Apparently Mafia doesn&#039;t recognize the triple-equals sign, though. Huh. (That bit of code was copy-pasted from the seltzer example, then modified slightly) --[[User:Heeheehee|Heeheehee]] 02:25, 8 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
==for Grotfang==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
int clan_id() {&lt;br /&gt;
	string x = visit_url( &amp;quot;showplayer.php?who=&amp;quot; + my_id().to_string() );&lt;br /&gt;
	string clan_num = &amp;quot;&amp;quot;;&lt;br /&gt;
	&lt;br /&gt;
	if( contains_text( x , &amp;quot;showclan.php?whichclan=&amp;quot; ) ) 	{&lt;br /&gt;
		matcher mat = create_matcher(&amp;quot;whichclan\=(\\d+)&amp;quot;,x);&lt;br /&gt;
		if(find(mat)) clan_num = group(mat,1);&lt;br /&gt;
	}&lt;br /&gt;
		return clan_num.to_int();&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I saw your note on my talk page, and I&#039;m curious as to the reasoning behind the deletes.  Are these pages you think need to be rewritten, or pages you think just don&#039;t need to be there at all? &lt;br /&gt;
-Metraxis 15:05, 15 March 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
Hey! why was this: &amp;quot;KoLmafia Guide: Scripting for Dummies&amp;quot; deleted?  It was helpful -19:13, 20 March 2010 (UTC)&lt;/div&gt;</summary>
		<author><name>Yag</name></author>
	</entry>
</feed>