Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-151734

the command (/ dialogue open) does not open the NPC scene as it should.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Incomplete
    • None
    • 1.18.10.27 Beta
    • None
    • Unconfirmed
    • Multiple

      The dialog closes immediately even though it has been reopened.
      In my scene file.
      I open a new scene at the touch of a button. It will be displayed but will end immediately. One hundred previous.

       
      {
          "format_version": "1.17",
          "minecraft:npc_dialogue": {
              "scenes": [
                  {
                      "scene_tag": "player_menu",
                      "on_open_commands": [],
                      "on_close_commands": [],
                      "buttons": [
                          {
                              "commands": [
                                  "/dialogue open @s @initiator settings"
                              ]
                          }
                      ]
                  },
                  {
                      "scene_tag": "settings",
                      "on_open_commands": [],
                      "on_close_commands": [],
                      "buttons": [
                          {
                              "commands": [
                                  "/give @initiator stick"
                              ]
                          }
                      ]
                  }
            }
      }

            ConMaster2112 ConMaster2112
            Votes:
            2 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: