ID:138377
 
I'm not sure how long ago this was, but objects that aren't visible don't appear in lists of verb arguments with view(), right?

Is there a proc that DOES let me access invisible objects?
On 9/21/00 9:21 pm Spuzzum wrote:
I'm not sure how long ago this was, but objects that aren't visible don't appear in lists of verb arguments with view(), right?

Is there a proc that DOES let me access invisible objects?

So far, I've tried view(), range(), oview(), orange(). The objects don't seem to appear in any other self-designed lists, either.
In response to Spuzzum
The objects don't seem to appear in any other self-designed lists, either.

I even tried adding them all to a global variable, then checking all of the objects in get_dist(src,O) <= 1.

Isn't there some way that I can accomplish this task, without nulling the icon?
In response to Spuzzum
The objects don't seem to appear in any other self-designed lists, either.

I even tried adding them all to a global variable, then checking all of the objects in get_dist(src,O) <= 1.

Isn't there some way that I can accomplish this task, without nulling the icon?

You could keep an invisible, non-dense, non-opaque mob handy, and set its mob.sight value to be able to see invisibility. Then whenever you need to get a list like view(), you could just move it to the spot where you want to look around, and it could generate the list and pass it to whatever needs it.

(I think so, anyway. Never tried it!)