Triggering a scene.... with multiple object.

I don’t want a scene to happen until the player is carrying three different objects and is in a specific room. Right now, my code is not working! All the object names are correct, as well as the room name. I have tried a few variations but I cannot seem to get the syntax working.

Thanks!

[code] The Understanding is a scene. “Scene.”

The Understanding begins when
the player is holding the Ballet Slippers;
and the player is holding the Glass Owl;
and the player is holding the Car Keys;
and the player is in The Courtyard.][/code]

Have you tried putting them all on the same line with no semicolons? There are occasionally some quirks in the syntax for starting scenes, but that’s the first thing I’d try.

Oh, and I think you may need “the player holds” instead of “the player is holding.”

That should be one long sentence without semicolons.

The Understanding begins when the player is holding the Ballet Slippers and the player is holding the Glass Owl and the player is holding the Car Keys and the player is in The Courtyard.