Say my buddy is interacting with something and there is an investigate option, but his chars intelligence is not up to par, can my char attempt the skill check without him cancelling the interaction and me initiating it again?

  • Pooptimist@lemmy.worldOP
    link
    fedilink
    arrow-up
    4
    ·
    edit-2
    11 months ago

    I have a very limited understanding of game development, but isn’t it as easy as checking which characters/players are currently participating in a conversation, be it actively or just listening, and then allowing the player(s) to choose a characters stat for a given skill check?

    It might have to be limited to stuff like investigating, arcana checks, athletics checks, etc. and not include conversation relevant checks, like intimidation, persuasion, and deception

    • skulblaka@kbin.social
      link
      fedilink
      arrow-up
      7
      ·
      11 months ago

      Pathfinder already solved this problem, any time there is a skill check in dialogue it automatically uses the skill check of the character in the party with the highest bonus, no matter who is “talking”, and mousing over the selection will show you whose skill check you’re using. It’s pretty seamless and it works because the party engages in conversations as a unit, just like a real tabletop party does. You usually have a main character that’s driving the specific conversation but party members interject or argue frequently.

    • Reaphenex@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      11 months ago

      It’s possible they tried it and didn’t like it or thought maybe it made conversations too easy. You’d probably have to ask Larian to be certain. They are probably going to do a dev stream some time soon. Might be able to get an answer then if you submit it.

      It does seem to be the easiest solution if they were to try but it’s possible they just let modders work it out since they are working on releasing mod tools for BG3 later this year.

    • DoomBot5@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      11 months ago

      Often times those seemingly trivial fixes can be quite more complicated because of how the code is structured.