[an error occurred while processing this directive]
[<a href="index.shtml">Package Index</a></code> | <a href="index_std.shtml">Mudlib Index</a></code> | <a href="index_eff.shtml">Effect Index</a></code>]<br><h2>File /std/shops/player_craft_shop.c</h2>
This is just like a normal craft shop, except it to be used by players.
It handles things like messing with the descriptions and so on, it is
mostly designed to be used in places like club rooms and things.<p>Written by Pinkfish<p>Started Mon Sep 20 19:28:22 PDT 1999
<h2>Inherits</h2>
This class inherits the following classes <a href="std.room.player_housing.c.shtml">/std/room/player_housing.c</a>, <a href="std.room.c.shtml">/std/room.c</a> and <a href="std.shops.inherit.player_craft_shop.c.shtml">/std/shops/inherit/player_craft_shop.c</a><h2>Includes</h2>
This class includes the following files <a href="include.config.h.shtml">/include/config.h</a><h2>Method index</h2>
<dl><ul>
<li><a href="#is_allowed">is_allowed</a>(string)<br/>
This method tells us if the person is allowed to use this shop.
</ul><h2>Public Functions</h2>
These are functions that everyone can access.<p>
.<ul><a name="is_allowed">
is_allowed</a><pre>
int is_allowed(string name)
</pre></br>
This method tells us if the person is allowed to use this shop.
<br/><ul>
<li><b>Parameters:</b>
<br/>name - the name of the person

</dl>


[an error occurred while processing this directive]

