Newsgroups: rec.arts.int-fiction
Path: nntp.gmd.de!newsserver.jvnc.net!newsserver2.jvnc.net!howland.reston.ans.net!tank.news.pipex.net!pipex!in2.uu.net!eskimo!roc
From: roc@eskimo.com (Mark Riel)
Subject: Re: Setting it/him, etc in Inform
X-Nntp-Posting-Host: eskimo.com
Message-ID: <DD8to8.CL4@eskimo.com>
Sender: news@eskimo.com (News User Id)
Organization: Eskimo North (206) For-Ever
References: <40ihd5$ogd@holly.csv.warwick.ac.uk>
Date: Sun, 13 Aug 1995 09:43:20 GMT
Lines: 10

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.


