Page 1 of 1

[Command] animateFnt

Posted: Tue Oct 26, 2021 10:35 pm
by Raddeck
Actor.animateFnt(x, y, z, filter)


USE:
Make the actor use a furniture animation / pose with a specific object. Use the room editor to get x y z of the furniture.
Filter is usually sit, use, lie or work

Make the actor do something with the furniture at the given coordinates.
Filter defines what to do: sit, use, work.

See LifePlay\Content\Heavy\New2\Daily for possible actions with a furniture.
Introduced in LP 3.19.


TYPE: Command
RETURNS: /
THEME: Animations
COMPARE:


EXAMPLE:

Code: Select all

Actor.animateFnt(10, -40, 0, sit)