Hi, guys!
I am working on a game myself and I face some difficulties when it comes to dialog choices. I use Borksy to add the dialog choices hack and the exit from a dialog hack. However, I have no idea how I can allow the player choose a specific option from the dialog and then it will jump right into a specific room. I tried using gpt, and it told me I should do something like
DLG npc1
"""
Where are you going?
{choice
- I am going to the garden
{exit "garden"}
- I am staying at home
{exit "bedroom"}
}
"""
but it didn't work, the choices is there but it didn't exit and lead me to the specific room.
Thank you for your help!