I know this is not a major quest anyone cares about but I'm actualy starting to enjoy quest writing. This is my first time so... try and be nice

me and my wife have tested it and it works hope it does for everyone else.. well I'm off to bed.
Quest Name:Kevlin Diggs' Debt
Author:Shaznito
NPCs Involved:Ace Slighthand
Items Involved:Coin
Code:
sub EVENT_SAY {
if($text=~/hail/i){
quest::say("Hey. hey. hey! Welcome to the Fool's Gold. Don't bet more than you can afford to lose. pal! You don't want to end up like ol' [Kevlin].");
}
if($text=~/who is kevlin/i){
quest::say("Kevlin Diggs. His family sells armor here in Rivervale. He has a nice shop right across from us here. But he owes us Deeppockets some [gold] that we need to collect. We can't rough him up because he is a friend of Mayor Gubbin. We need someone to steal it.");
}
if($text=~/what gold/i){
quest::say("He keeps his money in a sack on his bed. But he has a mean pet wolf, named Mangler, who mangled the last cutpurse we sent after it. If you were to wait until he leaves his shop, then sneak past Mangler and bring me the money he owes us, I will make it worth your time.");
}
}
sub EVENT_ITEM {
if(plugin::check_handin(\%itemcount, 13182 => 1)){
quest::say("Heh heh! You got a career ahead of ya kid! Good work. Here is your cut.");
quest::givecash(10,4,0,0);
quest::exp(10);
}
}
#END of FILE Zone:rivervale ID:19093 -- Ace_Slighthand