Page 1 of 1

[Command] moveToPersonStand

Posted: Wed Nov 03, 2021 6:07 pm
by Raddeck
Actor.moveToPersonStand(target, distance)


USE:
Make an actor move toward another actors position.


PARAMETERS:
Distance to stay away from 'target'.
0 = Move to exact the same spot as 'target'.


TYPE: Command
RETURNS: /
THEME: Movement
COMPARE: movetoPerson()


EXAMPLE:

Code: Select all

Actor.moveToPersonStand(Player, 100)