#any way to change or get rid of npc dialogue and have it just a pop up like the quantity image?
1 messages · Page 1 of 1 (latest)
you can just use forms and you will get a similar result
Intro to ScriptAPI
https://aka.ms/startwithmcscript
Intro to Tests
https://docs.microsoft.com/en-us/minecraft/creator/documents/gametestgettingstarted
Doc Index
https://docs.microsoft.com/en-us/minecraft/creator/scriptapi/
Community Docs
https://wiki.bedrock.dev/scripting/game-tests
Script API examples
https://github.com/JaylyDev/ScriptAPI
do you know if this is a bug?
what lmao
like not being able to select up and down on controller in the npc dialogue
lol sorry 😛
where can i report bugs
not really a bug.
it's because npc dialogue is not binded select up/down for controller.
you can add this by I guess, looking for dialog element that has button_mappings property/array and paste them in npc's root element
every screen must have button mappings, otherwise you can't scroll up and down with controller or unable to navigate via keyboard
or can't go back/exit the screen ( yes that's a thing too. ), and etc.