summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-09-04 20:11:12 +0300
committerAndrei Karas <akaras@inbox.ru>2016-09-04 20:11:12 +0300
commit344c04b4bb1efb296799ce3109490c8c83066021 (patch)
treecd08be99d1400fe6d032ed3f2e1b1710881c1cda
parent3dd9195c99066aa51a7b18ca51ff8f944258531f (diff)
downloaddocs-344c04b4bb1efb296799ce3109490c8c83066021.tar.gz
docs-344c04b4bb1efb296799ce3109490c8c83066021.tar.bz2
docs-344c04b4bb1efb296799ce3109490c8c83066021.tar.xz
docs-344c04b4bb1efb296799ce3109490c8c83066021.zip
Add script command closeclientdialog.
-rw-r--r--server/scripts/evol_script_commands.txt16
1 files 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.