mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
178 B
Raku
6 lines
178 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Welcome to House Fordel. $name. It's great to meet you."); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150300 -- Defender_Helodonea
|
|
|