-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuildtut.html
More file actions
45 lines (37 loc) · 1.2 KB
/
buildtut.html
File metadata and controls
45 lines (37 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<html>
<head>
<title>The MUCK Manual: Tutorials: Creating Rooms and Areas</title>
</head>
<body bgcolor="#FFFFFF">
<center>
<a href="vehicletut.html">prev</a>|
<a href="toc.html">toc</a>|
<a href="btut2.html">next</a>
</center>
<table>
<tr>
<td width="20%"> </tc>
<td>
<!-- BODY CONTENT HERE -->
<p><b>4.5 Creating Rooms and Areas</b></p>
<p>Quality <code>MUCK</code> building requires a blend of creativity and
technical savvy. At a minimum, you should ensure that rooms in your areas are
literately desc'd, and that exits have the standard message props
(<code>@desc</code>, <code>@succ</code>, <code>@osucc</code>, and
<code>@odrop</code>).</p>
<p>The building commands are discussed elsewhere in the manual. What follows
is a narration of building a village inn, with cross-references to relevant
commands. The process should illustrate most of the issues a builder will
face. Only two rooms are discussed, but the same techniques could be used over
a much larger area.</p>
<center>
<a href="vehicletut.html">prev</a>|
<a href="toc.html">toc</a>|
<a href="#top">top</a>|
<a href="btut2.html">next</a>
</center>
</td>
<td width="20%"> </tc>
</table>
</body>
</html>