%getContinent()

Aliases%getContinent( )
Parametersentity @target

    Returns the name of the continent in which the target entity exists. The
following two values are currently possible:

Carnage
Cythera

If the @target is not a valid entity then null is returned.

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

if( %getContinent( @n ) != Carnage )
{
talk @n Hello stranger! From what lands do you hail?
}
endif