mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
267 B
Raku
6 lines
267 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Hail $name. are you leaving the Haven? If so. be sure to visit soon and see how our city continues to prosper more and more with the passing days."); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150031 -- Defender_Alakurn
|
|
|