if ($text=~ /Hail/i)($ulevel=>10){quest::say("Hello $name")
if ($text=~ /Hail/i && $ulevel >= 10){quest::say("Hello $name")