Fixup script_command documentation. Thanks to crackm for pointing

This commit is contained in:
Schmoozerd 2012-09-05 16:50:37 +02:00 committed by Antz
parent 29c80cb229
commit b030244426

View file

@ -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