pub fn same_scene(
    world: &dyn World,
    characters: &[String],
    items: &[String]
) -> Result<bool>