Page 1 of 1

[Command] faceEachOther

Posted: Fri Oct 29, 2021 9:00 pm
by Raddeck
faceEachOther(JohnActor, Player)


USE:
Make an actors and/or player to face each other.


Parameter:
faceEachOther(JohnActor, Player)
or
faceEachOther(Actor, Actor1)


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


Example:

Code: Select all

faceEachOther(Player, Actor)
Player::"Hey, I'm facing you..."
Actor::"Cool ..."