Hello everyone,
I'm forcing the player to lay down via scripts as such:
Debug.sendAnimationEvent(game.getplayer(), "IdleLayDownEnter")
but I notice that when I do this, pressing a key does not let the player exit the animation. In fact, the only way to exit is to press the spacebar.
Is there a way to let the player remain in this position as long as they want, but pressing any key would exit it? Is "sendanimationevent" the right move here?
the game.getplayer().playIdle only function only works for some events, I noticed, but even then spacebar is what is used to exit.
Thanks so much, curious to hear thoughts on this