Hi I was wondering if anyone knows how to force end a scene if a set amount of time elapses. My scene works fine, but I want the scene to end if the player decides to leave halfway through - does this happen automatically - or will my scene actors still be in their set places if the player has left for a number of days? I've tried a utility.wait(20) then stop - but it just stops the scene no matter what, so I think I need some sort of if function.