52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
(Height 100)
(Density 500)
(Strength 1)
(Weight 1)
(Climb 100)
{CommonKeys}
('ENTER
$Man Loc 0 Dir Create .
Destroy .
)
)
($Floor
(Image "FLOOR")
(Help "There is nothing here.")
(Density 2000)
|
>
|
|
>
|
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
(Height 100)
(Density 500)
(Strength 1)
(Weight 1)
(Climb 100)
{CommonKeys}
('ENTER
ObjBelow ,Height 50 le if
$Man Loc 0 Dir Create .
Destroy .
then
)
)
($Floor
(Image "FLOOR")
(Help "There is nothing here.")
(Density 2000)
|