Author Topic: Dialog box  (Read 965 times)

Is there any addon that can open up a dialog box for the player to interactive with? I wanted to make a bot that gives you choices to talk about something. I don't want to use prompt event because it only uses yes/no and ok/cancel.

It's possible by using messages but unfortunately you can't have a interface menu without the client having to download it

This has been tried and asked many-a-time. GUIs are client-sided and the server can not and will not download GUI files to the clients that join.

So unless you want a small server in which people who want to join must download the add-on via other means, it's best just not using GUI stuff.

You could make a mod that gives you choices of stuff to say in center print/bottom print and then use the brick moving keys to select which thing you want to say. Like Port did with his Viridian RPG.