c0ncrete,
When JUST the knife is returned he says the text
Code:
my $knife_back = 0;
if ( defined $qglobals{jep_knife} && defined $itemcount{1377} ) {
plugin::Whisper( "Oh, $name, you already brought my knife back. "
. "Thank you though! You can have this one back." );
my $knife_back = 1;
}
AND
Code:
if ( $return_count > 1 ) {
# this is the text template we'll use in the call to sprintf
my $return_template = "I don't want %s. Here, take %s back, $name.";