6 lines
190 B
Raku
6 lines
190 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Its an honor to meet you. $name. I welcome you to our sacred quarter."); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150134 -- Disciple_Chalong
|
|
|