<?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=YASSE_Empath_Self_Heal_%28script%29</id>
	<title>YASSE Empath Self Heal (script) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://elanthipedia.play.net/index.php?action=history&amp;feed=atom&amp;title=YASSE_Empath_Self_Heal_%28script%29"/>
	<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=YASSE_Empath_Self_Heal_(script)&amp;action=history"/>
	<updated>2026-05-05T02:44:13Z</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=YASSE_Empath_Self_Heal_(script)&amp;diff=187726&amp;oldid=prev</id>
		<title>YAMCER: Created page with &#039;{{Script |cat=Empath |fe=YASSE |auth=Yamcer }}  This script checks the wounds of an empath using the &quot;per health self&quot; command.  The script gets the name of injur…&#039;</title>
		<link rel="alternate" type="text/html" href="https://elanthipedia.play.net/index.php?title=YASSE_Empath_Self_Heal_(script)&amp;diff=187726&amp;oldid=prev"/>
		<updated>2011-07-20T00:49:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;{{Script |cat=Empath |fe=YASSE |auth=&lt;a href=&quot;/User:Yamcer&quot; title=&quot;User:Yamcer&quot;&gt;Yamcer&lt;/a&gt; }}  This script checks the wounds of an empath using the &amp;quot;per health self&amp;quot; command.  The script gets the name of injur…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Script&lt;br /&gt;
|cat=Empath&lt;br /&gt;
|fe=YASSE&lt;br /&gt;
|auth=[[User:Yamcer|Yamcer]]&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This script checks the wounds of an empath using the &amp;quot;per health self&amp;quot; command.&lt;br /&gt;
&lt;br /&gt;
The script gets the name of injured body parts and sends them to a heal wounds (hw) script and/or a heal scars (hs) script to do the actual spell casting.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
health:&lt;br /&gt;
record until &amp;quot;Roundtime: &amp;quot; with &amp;quot;per heal self&amp;quot;&lt;br /&gt;
goto read&lt;br /&gt;
&lt;br /&gt;
read:&lt;br /&gt;
read recorded&lt;br /&gt;
ifeor goto health&lt;br /&gt;
if %l contains &amp;quot;no injuries to speak of&amp;quot; goto end&lt;br /&gt;
if %l contains &amp;quot;Wounds to the &amp;quot; goto calculate1&lt;br /&gt;
goto read&lt;br /&gt;
&lt;br /&gt;
calculate1:&lt;br /&gt;
setvariable temp %l&lt;br /&gt;
calculate temp remove [Wounds to the ]&lt;br /&gt;
calculate temp remove [:]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
bodypart:&lt;br /&gt;
setvariable bodypart $temp$&lt;br /&gt;
next:&lt;br /&gt;
read recorded&lt;br /&gt;
if %l contains &amp;quot;Fresh&amp;quot; goto Fresh&lt;br /&gt;
if %l contains &amp;quot;Scar&amp;quot; goto Scar&lt;br /&gt;
if %l contains &amp;quot;Wounds to the &amp;quot; goto calculate1&lt;br /&gt;
goto end&lt;br /&gt;
&lt;br /&gt;
Fresh:&lt;br /&gt;
callwith hw $bodypart$&lt;br /&gt;
goto next&lt;br /&gt;
&lt;br /&gt;
Scar:&lt;br /&gt;
callwith hs $bodypart$&lt;br /&gt;
goto read&lt;br /&gt;
&lt;br /&gt;
end:&lt;br /&gt;
EXIT&lt;br /&gt;
&lt;br /&gt;
errorhandler:&lt;br /&gt;
boxmessage Error #$errornumber$ occurred on the line #$errorline$ : $line$&lt;br /&gt;
EXIT&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>YAMCER</name></author>
	</entry>
</feed>