Re: Setting it/him, etc in Inform


Sun, 13 Aug 1995 09:43:20 GMT

In article <40ihd5$ogd@holly.csv.warwick.ac.uk>,
Ralf <mauer@csv.warwick.ac.uk> wrote:
>Does anyone know how to set the object that it or he refer to? For instance,
>in my game, a guard enters the room, and I would like to make him refer to the
>guard, without the player first having to mention him. Is this possible?
>
Good, I like that automation. The variable is himobj, so...
himobj= guard; is all you need...Also there is a herobj and itobj.