mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
269 B
Raku
7 lines
269 B
Raku
|
|
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Huh? Ah. who's there. don't you know it's impolite to break into someone's house while they are sleeping. If it's that important then come back later will ya?"); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150047 -- Nubert
|
|
|