nesting containers, limit?

sbangs
22 Nov 2010, 22:44
My player is trapped in an airplane which is plumiting towards the surface.

He is tied to his seat. When he looks at the seat next to him, the ashtray on the arm is revealed. But not before using the "look seat" command.

Once the ashtray is revealed, (its a container parenting off of the arm). He can then attempt to open the ashtray. If he opens the ashtray, the script commands that the "ashtray lid" be revealed, parenting off of the ashtray.

Once the lid is revealed, he then can experiment with different use commands with his rope he is tied up with.

Now, the issue is the ashtray lid is never being revealed.

Is there a limit to containers inside of containers? Maybe I should not even worry about making the ashtray a container of the arm, and just have the ashtray lid revealed as it is now?

Thanks,


sbangs
22 Nov 2010, 22:49
Must have been a bug, when I deleted the script for the OPEN command on the ashtray, and rebuilt it, it worked. The lid is now correctly revealed.