Neither, but i've just got it to work. (tried eq as smogo said)
Here's my modified code:
Code:
sub EVENT_SAY
{
if($text=~/hail/i)
{
if($race eq Human)
{
quest::say("You are a human.");
}
else
{
quest::say("FOOL! You are a $race not a human!");
}
}
}
Now i'm gonna try whit composed name, like Dark Elf, Half Elf etc..