[Package Index | Mudlib Index | Effect Index]

File /d/guilds/merchants/std/stall.c

The inheritable player stall object. This is the object that gets inherited when a player run stall is created.

Features provided include: A feedback system so that the player can give their opinions on the player-merchant concept. An evauluation book, so that players can value items before they sell them. A showcase (stallbox.c) to put items in so they can show other players them without risk of theft.

Future features may include: Facilities for metalwork, seamstressing and leatherworking. Advertising using the cryer and a commerce channel.

To use this stall, inherit "/std/stall", and include the line set_location( string ) ensuring that the string in question doesn't clash with any other stalls.

See /d/guilds/merchants/stalls/Ankh/cockbill.c for an example.

At least half the credit for this file goes to Raffi for her ideas, descriptions and support. All I did was code it :)

Written by Terano

Change history

Inherits

This class inherits the following classes /std/room.c

Includes

This class includes the following files /include/merchant.h

Method index

Public Functions

These are functions that everyone can access.

.