mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
252 B
Raku
6 lines
252 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Look to the center of Cabilis and you shall find the Kloks. They will have all the provisions you will need for any adventuring you may do."); }
|
|
}
|
|
#END of FILE Zone:cabeast ID:5092 -- Trooper_Azalin
|
|
|