reach
reach
is an object
property given to
enterable containers,
platforms, and vehicles.
If a reach
property exists for the object the
player is in, only objects also in the same
object or listed in the object’s reach
property will successfully work
for any verb routine that calls CheckReach. If
not, the player will get a, “You can’t reach <the object> from
<the parent object>.” message.
Example
For a full example, see CheckReach
object couch "couch"
{
article "the"
nearby tv
noun "couch"
reach table remote
is enterable, platform, static
}