<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ohelp.addictmud.org/index.php?action=history&amp;feed=atom&amp;title=RECALL_MOBS</id>
	<title>RECALL MOBS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ohelp.addictmud.org/index.php?action=history&amp;feed=atom&amp;title=RECALL_MOBS"/>
	<link rel="alternate" type="text/html" href="https://ohelp.addictmud.org/index.php?title=RECALL_MOBS&amp;action=history"/>
	<updated>2026-04-29T06:07:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://ohelp.addictmud.org/index.php?title=RECALL_MOBS&amp;diff=165&amp;oldid=prev</id>
		<title>Kahlan: New page: Recall mobs are for people that own housing ONLY.  The is typically scripted to trigger on a tell from the person wanting the recall, with a specific phrase they request.  A recall mob is ...</title>
		<link rel="alternate" type="text/html" href="https://ohelp.addictmud.org/index.php?title=RECALL_MOBS&amp;diff=165&amp;oldid=prev"/>
		<updated>2008-11-19T14:26:55Z</updated>

		<summary type="html">&lt;p&gt;New page: Recall mobs are for people that own housing ONLY.  The is typically scripted to trigger on a tell from the person wanting the recall, with a specific phrase they request.  A recall mob is ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Recall mobs are for people that own housing ONLY.  The is typically&lt;br /&gt;
scripted to trigger on a tell from the person wanting the recall, with a&lt;br /&gt;
specific phrase they request.&lt;br /&gt;
&lt;br /&gt;
A recall mob is restricted so only people with access to that house can use&lt;br /&gt;
it.  To properly setup a recall mob, the script needs to follow these&lt;br /&gt;
guidelines:&lt;br /&gt;
&lt;br /&gt;
Set a variable in the script named &amp;quot;house_entrance&amp;quot; that specifies the&lt;br /&gt;
&amp;quot;house&amp;quot; room.  That&amp;#039;s the first room of their house where the entrace is,&lt;br /&gt;
and where they use the HOUSE command to edit their guests.&lt;br /&gt;
&lt;br /&gt;
Then check if they have access to use the recall mob by using this bit of code:&lt;br /&gt;
&lt;br /&gt;
 set house_entrance 99900&lt;br /&gt;
 if (!%self.recall_check(%actor.idnum%)%) &lt;br /&gt;
  ... code to halt script here... messages or whatever you deem necessary&lt;br /&gt;
 end&lt;br /&gt;
&lt;br /&gt;
The script system looks up the value of house_entrance internally.&lt;br /&gt;
&lt;br /&gt;
And the object should be OTHER or TRASH.&lt;br /&gt;
&lt;br /&gt;
[[CATEGORY:OLC]]&lt;/div&gt;</summary>
		<author><name>Kahlan</name></author>
	</entry>
</feed>