Skip to content

remove buildin_closedialog

Jesusalva Jesusalva requested to merge closedialog into master

now we can just use closeclientdialog() everywhere and not have to worry about old clients.

mes("hi there");
select("goodbye");
closeclientdialog(); // hide the dialog client-side
do_stuff();
close(); // detach the npc and notify the client

Merge request reports