[Package Index | Mudlib Index | Effect Index]

File /std/delivery.c

Inheritable Delivery System

This object provides a way of storing and sending objects to players while they are not online. It is roughly based on the concepts found in Post Offices that support parcel depositing, and also Bernita's Flower Shop. (Which delivers flowers to people when they log on.)

This object is easy to use, and can be combined with most other objects on the Disc. (ie, /obj/monster and /std/room). See delivery_room.c for a pre-made room which handles the delivery of objects.

Note that this system uses static login calls. These must be configured first and turned on manually in order for the delivery system to work.

In order to use this inheritable the following things must be done:

Written by Taffyd

Inherits

This class inherits the following classes /global/auto_load.c

Includes

This class includes the following files /include/move_failures.h, /include/player_handler.h, /include/login.h and /include/login_handler.h

Class Index

Method index

Public Functions

These are functions that everyone can access.

.