6 lines
191 B
Raku
6 lines
191 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Welcome to Shadow Haven. adventurer. You are entering the Fordel Quarter."); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150041 -- Defender_Alein
|
|
|