%isJailed()

Aliases%isJailed( )
Parameterscharacter @target

    Returns 1 if the @target is in jail (or should be); otherwise returns 0.

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

if( %isJailed( @target ) )
{
talk @target
\ Better watch out buddy, there's guards everywhere and
\ they'll send you back to jail in a jiffy.
}
endif