diff options
Diffstat (limited to 'doc/script_commands.txt')
-rw-r--r-- | doc/script_commands.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt index d72d1d4b7..310af13cc 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -9152,9 +9152,11 @@ Example --------------------------------------- -*setquest(<ID>) +*setquest(<ID>{, <Time Limit>}) Place quest of <ID> in the users quest log, the state of which is "active". +If Time Limit is given, this quest will have its expire time set to <Time Limit>, an UNIX epoch time, +ignoring quest_db setting. If questinfo() is set, and the same ID is specified here, the icon will be cleared when the quest is set. |