 
 



 
		
		 
 I've stumbled on a slight problem in the
Inform library when dealing with inherited describe properties. Since describe is an additive property (which has me scratching my head
as to why, to be  honest), any new describe routines are stored as an
array in a class' instance. This causes an error (well, only the Nitfol
interpreter caught it, as it's the only one being that strict about
things) when such a describe routine is run. The fix was to replace the
following in Verblibm: with This occurs three times, it appears. 
					
			
		
				 
		About Patches   
				
					 
			Issue L61025
					
	
	 
	Problem with additive 'describe' property 
		Submitted by: Chip Hayes
		    Appeared in: Library 6/10 or before
		    Fixed in: Library 6/11
	Problem 
 Solution (by Kevin Bracey) 
   .describe~=NULL
  .&describe~=0
						
					
					
					
					
  
    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.