<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://uodemo.uo98.org/index.php?action=history&amp;feed=atom&amp;title=IsVirtueGuard</id>
		<title>IsVirtueGuard - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://uodemo.uo98.org/index.php?action=history&amp;feed=atom&amp;title=IsVirtueGuard"/>
		<link rel="alternate" type="text/html" href="https://uodemo.uo98.org/index.php?title=IsVirtueGuard&amp;action=history"/>
		<updated>2026-04-28T18:11:48Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0-alpha</generator>

	<entry>
		<id>https://uodemo.uo98.org/index.php?title=IsVirtueGuard&amp;diff=249&amp;oldid=prev</id>
		<title>Batlin: Protected &quot;IsVirtueGuard&quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite))</title>
		<link rel="alternate" type="text/html" href="https://uodemo.uo98.org/index.php?title=IsVirtueGuard&amp;diff=249&amp;oldid=prev"/>
				<updated>2010-01-27T09:45:18Z</updated>
		
		<summary type="html">&lt;p&gt;Protected &amp;quot;&lt;a href=&quot;/index.php?title=IsVirtueGuard&quot; title=&quot;IsVirtueGuard&quot;&gt;IsVirtueGuard&lt;/a&gt;&amp;quot; ([edit=sysop] (indefinite) [move=sysop] (indefinite))&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style='vertical-align: top;' lang='en'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 09:45, 27 January 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;' lang='en'&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>Batlin</name></author>	</entry>

	<entry>
		<id>https://uodemo.uo98.org/index.php?title=IsVirtueGuard&amp;diff=248&amp;oldid=prev</id>
		<title>Batlin: Created page with 'integer '''isVirtueGuard'''(object ''MobileObject'');  This function will return 1 if the given mobile is valid and is either an &quot;order guard&quot; or a &quot;chaos guard&quot;. Otherwise 0 is ...'</title>
		<link rel="alternate" type="text/html" href="https://uodemo.uo98.org/index.php?title=IsVirtueGuard&amp;diff=248&amp;oldid=prev"/>
				<updated>2010-01-27T09:44:53Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;integer &amp;#039;&amp;#039;&amp;#039;isVirtueGuard&amp;#039;&amp;#039;&amp;#039;(object &amp;#039;&amp;#039;MobileObject&amp;#039;&amp;#039;);  This function will return 1 if the given mobile is valid and is either an &amp;quot;order guard&amp;quot; or a &amp;quot;chaos guard&amp;quot;. Otherwise 0 is ...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;integer '''isVirtueGuard'''(object ''MobileObject'');&lt;br /&gt;
&lt;br /&gt;
This function will return 1 if the given mobile is valid and is either an &amp;quot;order guard&amp;quot; or a &amp;quot;chaos guard&amp;quot;. Otherwise 0 is returned.&lt;br /&gt;
&lt;br /&gt;
The following 2 code samples are equal:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
if(isVirtueGuard(this))&lt;br /&gt;
{&lt;br /&gt;
  systemMessage(this, &amp;quot;I am a virtue guard.&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{&lt;br /&gt;
  systemMessage(this, &amp;quot;I am not a virtue guard.&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
if(isOrderGuard(this) || isChaosGuard(this))&lt;br /&gt;
{&lt;br /&gt;
  systemMessage(this, &amp;quot;I am a virtue guard.&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
else&lt;br /&gt;
{&lt;br /&gt;
  systemMessage(this, &amp;quot;I am not a virtue guard.&amp;quot;);&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Return to the [[Command List]].&lt;/div&gt;</summary>
		<author><name>Batlin</name></author>	</entry>

	</feed>