%getTarget()

Aliases%getTarget( )
Parametersstring @keywords, string @range, [, integer @visible [, object @container [, entity @source [, integer @roomId]]]]

    This function works EXACTLY the same as the %getTargets() function except
that there is no @max parameter since only 1 target will be returned. It
is equivalent to the following:

%getTargets(
\ @keywords, @range, 1, @visible, @container, @source, @roomId )