It takes time! Let us know if you have other questions
Inform won’t let you make an object whose base kind is object, full stop. If you say foo is an object and don’t give it a location, it ends up being an off-stage thing (in the absence of some specific indication that it should be some other kind).
(But sometimes thing means object as with, e.g., applying to one thing in action specifications or the [something] grammar token meaning any object in scope, so, you know, symmetry.)
1 Like