[Command] moveToPersonStand
Posted: Wed Nov 03, 2021 6:07 pm
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:
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)