6 lines
222 B
Raku
6 lines
222 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Hey there. stranger. Stay behind the window if you could. this area back here is only for employees."); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150294 -- Defender_Beolsona
|
|
|