mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
284 B
Raku
6 lines
284 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Greetings to you. If you are hear to conduct official business with the banker. please be patient as they are busy with the many merchants that visit them each day."); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150298 -- Defender_Feorlso
|
|
|