mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
174 B
Raku
6 lines
174 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Welcome friend! Please. let me know if you need anything."); }
|
|
}
|
|
#END of FILE Zone:sharvahl ID:155122 -- Mess_Cook_Pyjik
|
|
|