mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
6 lines
207 B
Raku
6 lines
207 B
Raku
sub EVENT_SAY {
|
|
if($text=~/Hail/i){
|
|
quest::say("We know who you are. Give me the slightest reason and I will call the scounds upon your head."); }
|
|
}
|
|
#END of FILE Zone:echo ID:153032 -- Lineol_Teropalig
|
|
|