RECALL DEVICES
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, and they can be refused).
A recall device is restricted so only people with access to that house can use it. To properly setup a recall device, the script needs to follow these guidelines:
Set a variable in the script named "house_entrance" that specifies the "house" room. That's the first room of their house where the entrace is, and where they use the HOUSE command to edit their guests.
Then check if they have access to use the recall device by using this bit of code:
set house_entrance 99900 if (!%self.recall_check(%actor.idnum%)%) ... code to halt script here... messages or whatever you deem necessary end
The script system looks up the value of house_entrance internally.
And the object should be OTHER or TRASH.