mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
338 B
Raku
6 lines
338 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Greetings $name. If you are just arriving in the city. I suggest that you go see the Trade Commissioner. Commissioner Henry is highly regarded in our city and is responsible for the continued success of the trade here."); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150009 -- Defender_Filorou
|
|
|