%isVampire()

Aliases%isVampire( )
Parameterscharacter @target

    Returns 1 if the @target is a vampire; otherwise returns 0.

Example:
--------------------------------------------------------------------------

if( %isVampire( @target ) )
{
yell HELP!!! THE UNDEAD ARE AMONGST US!
throw holy @target
flee
}
endif