diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 5f4aa13ab..00c604d01 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -4931,12 +4931,14 @@ complete the effect. --------------------------------------- +*setnpcdisplay("<npc name>", "<display name>", <class id>, <size>) *setnpcdisplay("<npc name>", "<display name>", <class id>) *setnpcdisplay("<npc name>", "<display name>") *setnpcdisplay("<npc name>", <class id>) Changes the display name and/or display class of the target npc. Returns 0 is successful, 1 if the npc does not exist. +Size is 0 = norma 1 = small 2 = big. Since trunk r11779 |