xxxxxxxxxx
sub EVENT_SAY {
if($text =~ /Hail/i) {
quest::say('Hello. I am the guild master.'); #fake
}
sub EVENT_ITEM {
#do all other handins first with plugin, then let it do disciplines
plugin::try_tome_handins(\%itemcount, $class, 'Monk');
plugin::return_items(\%itemcount);