- Exit / Entrance to a Room
- Connections between rooms (e.g. Door).
Size is "3 people" = 300 (which means people are 100).
Default verb is
Go. Use is the same? Default is it goes nowhere.
Note that an Exit is also an entrance. (I think you
connect Exit to Exit rather than Exit to Room,
but I haven't verified this yet).
- class for exits
- things which connect one room to another
|
Methods
|
|
PostObj
PreObj
Use
__init__
|
|
|
PostObj
|
PostObj ( self, cmd )
|
|
|
PreObj
|
PreObj ( self, cmd )
check to see whether using this exit is possible
|
|
|
Use
|
Use ( self, pWhom )
Move an actor through the exit,
if possible. move someone through the exit, if possible
|
|
|
__init__
|
__init__ ( self, pNames='' )
|
|