From 344c04b4bb1efb296799ce3109490c8c83066021 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 4 Sep 2016 20:11:12 +0300 Subject: Add script command closeclientdialog. --- server/scripts/evol_script_commands.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt index d4554de..108147c 100644 --- a/server/scripts/evol_script_commands.txt +++ b/server/scripts/evol_script_commands.txt @@ -67,8 +67,9 @@ Example: *closedialog; -Will close npc dialog in client. If npc script will continue after this command, -dialog can be opened again. +Will close npc dialog in client and partially in server side. +If npc script will continue after this command, dialog can be opened again, +but not all actions may works. Player must be attached. Example: @@ -76,6 +77,17 @@ Example: --------------------------------------- +*closeclientdialog; + +Will close npc dialog in client only. +If npc script will continue after this command, dialog can be opened again. +Player must be attached. + +Example: + closeclientdialog; + +--------------------------------------- + *clear; Clear from text npc dialog for attached npc. -- cgit v1.2.3-70-g09d2