%isGhost()

Aliases%isGhost( )
Parameterscharacter @target

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

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

if( %isGhost( @target ) )
{
talk @target
\ I'm sorry but I cannot help a ghost. You should seek a cleric!
}
endif