From 035d98bae2ec183630efd5951723fc05422a8170 Mon Sep 17 00:00:00 2001 From: TurmoilToad Date: Thu, 22 Feb 2018 11:07:55 -0500 Subject: [PATCH] Updated Perl EVENT_COMBINE_FAILURE (markdown) --- Perl-EVENT_COMBINE_FAILURE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perl-EVENT_COMBINE_FAILURE.md b/Perl-EVENT_COMBINE_FAILURE.md index b028032..c23b4f5 100755 --- a/Perl-EVENT_COMBINE_FAILURE.md +++ b/Perl-EVENT_COMBINE_FAILURE.md @@ -1,4 +1,4 @@ -EVENT_COMBINE_FAILURE is triggered when a player fails to makes a trade skill combine. You would typically use this event in your zone player.pl (or global_player.pl) files. +EVENT_COMBINE_FAILURE is triggered when a player fails to make a trade skill combine. You would typically use this event in your zone player.pl (or global_player.pl) files. Note that this event is in addition to the typical trade skill combine messages. You can use this event to add additional flavor, trigger other events, etc.