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 ..."