Inform - Support - Patches

About Patches  

Compiler  
Library  

DM4 Errata  

Issue L61102     [previous patch]

GET IN now matches Compass object
Submitted by: Beej Jorgensen     Appeared in: Library 6/11     Fixed in: -
Problem

With the previous library:

  West Beach

  You can see a rowboat here.

  >GET IN
  (the rowboat)
  You climb into the boat.

But at 6/11:

  >GET IN
  That isn't available.
Solution

None submitted.

Workaround (by  Roger Firth)

The problem occurs because in_obj now has a name property:

  CompassDirection -> in_obj "inside"
                      with door_dir in_to, name 'in' 'inside';

This was added to support GO IN[SIDE], matching the existing availability of GO NORTH|SW|UP etc. To revert to the previous behaviour, add this line to your Initialise():

  in_obj.&name-->0 = '.ignore';


Last updated 17 April 2013. This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation. Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Roger Firth.