[Command] animate

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.animate(animation)


USE:
Small animations to make the NPC/Player do something.


Parameter are:
  • bathe
  • beauty
  • bonfire
  • browse
  • call
  • camera
  • camp
  • climb
  • dance
  • dental
  • drinkbottle
  • drinkglass
  • drinktea
  • eat
  • fightlost
  • fish
  • groupdance
  • haircut
  • health
  • knockedout
  • lecture
  • makeup
  • managefinances
  • martialart
  • masturbate
  • picnic
  • pray
  • receivelapdance
  • smoke
  • sneak
  • socialize
  • sofawatch
  • strip
  • sunbathe
  • sweep
  • swim
  • theatrewatch
  • toilet
  • weights
  • work
  • write
  • yoga
  • na_sleep
  • na_running
If no parameter is given current animation will be stopped and actor will go idle.


TYPE: Command
RETURNS: /
THEME: Animations
COMPARE:


EXAMPLE:
Sometime animation bug...
So do this to end animation: Player.animate()

Code: Select all

Player(Happy)::"I answer the phone"
Player.animate(call)
"my call is done..."
Player.animate()
Last edited by Raddeck on Fri May 20, 2022 9:28 pm, edited 2 times in total.
Reason: Added new parameters
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