mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
296 B
Raku
6 lines
296 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Hello $name. Inside is our main training facilities of new defender recruits. If you wish to go inside please keep to yourself as there may be some training exercises going on."); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150293 -- Defender_Qualern
|
|
|