Help an Inform newbie!


22 Jun 1995 20:15:31 GMT

I just recently starting playing with Inform, and I have a few questions.
As far as I can tell, everything says 'before' is supposed to be additive.
Well, I've had no luck with this. I'm assuming this means that if I have
a class that has a before for, say, Pull, and I derive an object from this
class, also with a before for Pull, that both should be executed. Is that
right? And if so, in which order, class then object, or vice-versa?
Unfortunately, I don't have the code handy, so I can't show it right now,
but I hope the questions are clear enough.