[Package Index | Mudlib Index | Effect Index]

File /std/shops/engrave_inherit.c

This is a small inheritable to allow places to do engraving. POut a piece of code inthe init function which calls the engrave_init() function.

Written by Macchirton

Example

inherit "/std/room/basic_room";
inherit "/std/shops/engrave";

void init() {
   basic_room::init();
   engrave_init();
} /* init() */

Includes

This class includes the following files /include/shops/engrave.h, /include/shops/bank.h and /include/money.h

Method index

Public Functions

These are functions that everyone can access.

.