I6: Supporter Content

Dear all,

I’ve got a table and want to list it’s content in the table description. I use this:

print "Table description. ";
if(child(self)) L__M(##Search, 7, table);

Result is “In the table is an item.” How do I change this to “On the table is an item.”?

Thanks and kind regards,

G.

Change the 7 to a 3.

See the list of library messages in the DM4 (inform-fiction.org/manual/html/sa4.html).

Thanks a lot!!