can you tell me the code i need to insert in the .pl file
sub EVENT_SAY { if($text=~/hail/i) { quest::say("Hello, $name. What can I do for you today?"); } }