mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
231 B
Raku
6 lines
231 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Another traveler has come to our lands. Rinkes. I wish you the best of luck wherever your travels may take you. $name."); }
|
|
}
|
|
#END of FILE Zone:nexus ID:152009 -- Defender_Rhazor
|
|
|