<?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_DEVICES</id>
	<title>RECALL DEVICES - 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_DEVICES"/>
	<link rel="alternate" type="text/html" href="https://ohelp.addictmud.org/index.php?title=RECALL_DEVICES&amp;action=history"/>
	<updated>2026-04-29T06:02:06Z</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_DEVICES&amp;diff=164&amp;oldid=prev</id>
		<title>Kahlan: New page: Recall devices are for people that own housing ONLY.  This device is scripted to trigger on whatever the person purchasing it desires pretty much (yes, it does have to be within reason, an...</title>
		<link rel="alternate" type="text/html" href="https://ohelp.addictmud.org/index.php?title=RECALL_DEVICES&amp;diff=164&amp;oldid=prev"/>
		<updated>2008-11-19T14:26:15Z</updated>

		<summary type="html">&lt;p&gt;New page: Recall devices are for people that own housing ONLY.  This device is scripted to trigger on whatever the person purchasing it desires pretty much (yes, it does have to be within reason, an...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Recall devices are for people that own housing ONLY.  This device is&lt;br /&gt;
scripted to trigger on whatever the person purchasing it desires pretty&lt;br /&gt;
much (yes, it does have to be within reason, and they can be refused).&lt;br /&gt;
&lt;br /&gt;
A recall device is restricted so only people with access to that house can&lt;br /&gt;
use it.  To properly setup a recall device, the script needs to follow&lt;br /&gt;
these 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 device by using this bit&lt;br /&gt;
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>