mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
225 B
Raku
6 lines
225 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Hello $name. If you are here to see the Trade Commissioner please sheath your weapons and proceed inside."); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150039 -- Defender_Walorns
|
|
|