RECALL MOBS

From AddictHelp
Jump to navigation Jump to search

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 restricted so only people with access to that house can use it. To properly setup a recall mob, 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 mob 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.