From af423d7d01ad01faaab863def03691ee1bd5cdf3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 29 Jan 2016 22:49:50 +0300 Subject: Add initial evol script commands file. Now included only camera moving commands. --- server/scripts/evol_script_commands.txt | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 server/scripts/evol_script_commands.txt (limited to 'server/scripts/evol_script_commands.txt') diff --git a/server/scripts/evol_script_commands.txt b/server/scripts/evol_script_commands.txt new file mode 100644 index 0000000..e8571e4 --- /dev/null +++ b/server/scripts/evol_script_commands.txt @@ -0,0 +1,51 @@ +====== Evol script commands ====== + +*chatjoin chatId [, char [,password]] + +Force player to join chat with id chatId. + +Example: + chatjoin .chat; + +--------------------------------------- + +*setcamnpc [npcName [, x, y]] + +Enable camera moving mode in client and move camera to npc with name "npcName" +and move relative from it in x and y pixels. +If "npcName" is missing, using attached npc. +If x and y missing, it count as 0. + +Example: + setcamnpc 32, 0; + setcamnpc "npc1"; + +--------------------------------------- + +*setcam x, y + +Move camera to absolute position x,y in pixels. + +Example: + setcam 0, 0; + setcam 2000, 512; + +--------------------------------------- + +*movecam x, y + +Enable camera moving mode in client and move camera relative to player +position by x and y pixels. + +Example: + movecam 10, 20; + +--------------------------------------- + +*restorecam + +Disable camera moving mode in client and set camera to default position. + +Example: + restorecam; + -- cgit v1.2.3-70-g09d2