mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
229 B
Raku
6 lines
229 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("Nice to meet you there. $name. I've had a lil' too much to drink. so I would stay clear of the balcony if I was you. Ugh"); }
|
|
}
|
|
#END of FILE Zone:shadowhaven ID:150212 -- Hamon
|
|
|