6 lines
205 B
Raku
6 lines
205 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:153063 -- Trainee_Robert
|
|
|