mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
185 B
Raku
6 lines
185 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("You seek to extinguish the hunger of the flesh. You have come to the right place."); }
|
|
}
|
|
#END of FILE Zone:cabwest ID:3342 -- Lybar
|
|
|