peq-quests/crescent/Balcoth.pl
2023-12-29 22:21:26 -05:00

9 lines
No EOL
218 B
Raku

sub EVENT_SAY {
if ($text=~/hail/i) {
quest::say("Hail thyself, $name! What brings you to these parts? Did you come in search of the treasure too?");
}
}
sub EVENT_ITEM {
plugin::return_items(\%itemcount);
}