%updatePosition()

Aliases%updatePosition( )
Parameterscharacter @target

    Updates the position of the given @target. For instance if the target had
been incapacitated and some spell or affect improved it's hitpoints, then
you would probably want to call %updatePosition() to update the status of
the target in case it had gained enough hitpoints to no longer be
incapacitated.

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

@n->hitpoints += 1d5
%updatePosition( @n )