32 lines
859 B
Plaintext
32 lines
859 B
Plaintext
|
/**************************************************************************
|
||
|
* Copyright (C) 1993 - see 'license.doc' for complete information. *
|
||
|
**************************************************************************/
|
||
|
|
||
|
HOW TO CONVERT YOUR IDEAS INTO REALITY
|
||
|
A CircleMUD Coding Manual
|
||
|
|
||
|
Table of Contents
|
||
|
---------------------------------------------------------------------------
|
||
|
|
||
|
i. Introduction
|
||
|
|
||
|
1. Overview and Coding Basics
|
||
|
1.1. The Way Things Work -- Overview
|
||
|
1.2. CircleMUD's Structures and Lists
|
||
|
1.3. Frequently Used Functions
|
||
|
|
||
|
2. Changing the Code
|
||
|
2.1. Adding Commands
|
||
|
2.2. Adding Socials
|
||
|
2.3. Adding Spells
|
||
|
2.4. Adding Skills
|
||
|
2.5. Writing Special Procedures
|
||
|
2.6. Adding Classes
|
||
|
|
||
|
2.9. Adding Color
|
||
|
|
||
|
3. Changing the World
|
||
|
3.1. Adding Areas
|
||
|
3.2. Removing Areas
|
||
|
3.2. Writing Areas
|