Want to see if this is possable to do.

Hi, I’m new here and not sure if this is the right place for this topic, and if not hope someone will point me in the right direction.So here goes. I want to see if I can get two trigger boxes to start a cinematic scene to play, but only when character and NPC are in trigger boxes at same time or vice versa. Let me explain a little.

  1. Character is in hallway outside bathroom door NPC is in shower.
    2.Character is in shower and NPC is outside bathroom door.
    I hope someone will be able to help or tell me where to post topic at. Thanks

You could use a bool. Have it set to true when a character moves into a trigger box and false when they move back out and also check if the other trigger box bool is true, if so they are both in them at the same time so you can then play cinematic scene you want. This is one way anyway.

Thanks Jimminy, will try that and see.