diff options
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 53edd191c..6aa75e82a 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -5181,9 +5181,10 @@ This command will bump up the specified guild skill by the specified number of levels. This refers to the invoking character and will only work if the invoking character is a member of a guild AND it's guild master, otherwise no failure message will be given and no error will occur, but -nothing will happen - same about the guild skill trying to exceed the -possible maximum. The full list of guild skills is available in +nothing will happen. The full list of guild skills is available in 'db/(pre-)re/skill_db.txt', these are all the GD_ skills at the end. +If a level higher than the maximum is given as parameter the skill will be +leveled to the maximum and not above. // This would give your character's guild one level of Approval // (GD_APPROVAL ID 10000). Notice that if you try to add two levels of |