mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
325 B
Raku
6 lines
325 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Take a look at this stuff I've got here. In case you haven't noticed. it's the same stuff you find in any other general store. Exciting isn't it?! Maybe some day I'll sell something a bit more interesting!"); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150250 -- Granger_Kenforth
|
|
|