From b0302444267f6572a2008182846529e76f9e8e19 Mon Sep 17 00:00:00 2001 From: Schmoozerd Date: Wed, 5 Sep 2012 16:50:37 +0200 Subject: [PATCH] Fixup script_command documentation. Thanks to crackm for pointing --- doc/script_commands.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/script_commands.txt b/doc/script_commands.txt index c2cf9cf4b..579ea60a2 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -236,11 +236,11 @@ Where "A -> B" means that the command is executed from A with B as target. 23 SCRIPT_COMMAND_MORPH_TO_ENTRY_OR_MODEL resultingSource = Creature * datalong=creature entry/modelid (depend on data_flags) OR 0 to demorph - * data_flags= 0x01 to use datalong value as modelid explicit + * data_flags & SCRIPT_FLAG_COMMAND_ADDITIONAL: use datalong value as modelid explicit 24 SCRIPT_COMMAND_MOUNT_TO_ENTRY_OR_MODEL resultingSource = Creature * datalong=creature entry/modelid (depend on data_flags) OR 0 to dismount - * data_flags= 0x01 to use datalong value as modelid explicit + * data_flags & SCRIPT_FLAG_COMMAND_ADDITIONAL: use datalong value as modelid explicit 25 SCRIPT_COMMAND_SET_RUN resultingSource = Creature * datalong= bool 0=off, 1=on