I need an extention for asking a question and offering two answers - A and B. I know this extention exist, but I just can’t find it anywhere on the forum. Can someone please help me?
1 Like
- In the game section there is a block to ask for a choice and you can select A or B and it will return true or false respectively.
- The story extension can display a menu.
- Blockmenu extension by Richard is much more flexible out of them all and I personally love it:
2 Likes
Well, yeah, I’m already using richard’s menu extention, but i needed an extention that will give you a choice like this:
I made this a while back:
rishiporwal/my-question-example
just paste that into the extension search bar.
1 Like
That gist is old, use:
1 Like
Story extension - or use Game > <ask(" ")> block, > Logic > if (true) then…
and connect the two blocks!