From a15622ccb940d77d2fd3f2415bc7baa4413c9cdc Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Tue, 16 Jan 2018 23:23:18 -0500 Subject: [PATCH] Updated Perl EVENT_TASK_UPDATE (markdown) --- Perl-EVENT_TASK_UPDATE.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Perl-EVENT_TASK_UPDATE.md b/Perl-EVENT_TASK_UPDATE.md index 5102066..c677f97 100755 --- a/Perl-EVENT_TASK_UPDATE.md +++ b/Perl-EVENT_TASK_UPDATE.md @@ -14,9 +14,10 @@ sub EVENT_TASK_UPDATE { } ``` -### Functionality Explained +### Triggered -EVENT_TASK_UPDATE is triggered when a player's task is updated. Most existing quests handle this with EVENT_TASK_STAGE_COMPLETE or the goalcount in the Task System (stored in the database). +* Triggered when a player's task is updated. +* Most existing quests handle this with EVENT_TASK_STAGE_COMPLETE or the goalcount in the Task System (stored in the database). Generated On 2018-01-15T22:07:30-08:00 \ No newline at end of file