mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
266 B
Raku
6 lines
266 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Greetings $name. pleased to meet ya. I'd love to stay and chat. but then I wouldn't be keeping the city very safe while I'm talking to you would I?"); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150187 -- Defender_Nalout
|
|
|