mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
383 B
Raku
7 lines
383 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.");
|
|
quest::say("I may be a Magician of small stature. but that belies my not so small power. If you are worthy I may be able to teach you."); }
|
|
}
|
|
#END of FILE Zone:echo ID:153050 -- Master_Yurian
|
|
|