mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
248 B
Raku
6 lines
248 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("You have a lot of nerve wandering in here. We'll be watching you carefully. Try anything and it will be the last thing you ever try."); }
|
|
}
|
|
#END of FILE Zone:echo ID:153062 -- Bowmaster_Staniel
|
|
|