6 lines
334 B
Raku
6 lines
334 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Hello there. I am Awilanar. one of the finest front line archers ever to sling an arrow. Shadowhaven may rest easy on my watch- given a fair shot. I could hit a rabbit at night in deep fog. let there be no doubt."); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150288 -- Defender_Awilanar
|
|
|