mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
471 B
Raku
7 lines
471 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Hello $name and welcome to our tavern. If you are looking for Verte he might be on a delivery. but I'm sure he will be right back.");
|
|
quest::say("Due to the problems we have had lately with dishonorable visitors to the Haven we require all newcomers to see Daloran and Mistala for some simple tasks to prove that your intentions are good. I hope to see you soon."); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150174 -- Talor
|
|
|