[Command] moveToPersonStand

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post 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)
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply