mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
138 B
Raku
6 lines
138 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("What can I get for you?"); }
|
|
}
|
|
#END of FILE Zone:sharvahl ID:155121 -- Mess_Cook_Azur
|
|
|