the command (/ dialogue open) does not open the NPC scene as it should.
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"
]
}
]
}
}
}
2022-01-15, 07:11 PM
2023-01-20, 05:52 PM
2023-01-20, 05:52 PM
2
5
-