peq-quests/qcat/Timvu.pl
TurmoilToad e64075bccb
Create Timvu.pl
Source:  http://web.archive.org/web/20010708033834/http://everlore.com/bestiary/beastdetails.asp?mode=show&BID=188649.  Requires UPDATE `npc_types` SET `isquest` = '1' WHERE `id` = '45112';
2019-11-05 16:23:26 -05:00

6 lines
175 B
Raku

sub EVENT_SAY {
if ($text=~/hail/i) {
quest::say("We are only here to finish off any enemies of the Circle who escape the sharks.");
}
#:: Missing response to "circle"
}