Blockland Forums > Modification Help
Sit while moving
(1/2) > >>
Port:
(server-sided)
Is there a way to force a player to sit down -- and even if they move, they'll still be sitting down?

I've tried some stuff using .setActionThread("sit", 1) which seems to be cancelled when the player moves. I've also tried looping that function but that will only cause them to sit down when they finish moving.

I've also tried to apply it to AIPlayers, but it is cancelled when they move as well.
Tezuni 2.0:
Perhaps you could change the player datablock to NoMovePlayer first then make them sit.
DL that, add the player type into the force sit command before they sit and see what happens, maybe it'll work.
Port:
No-Move Player + Force Sit = Always sitting, no movement.
But what I'm looking for is being able to sit down while moving.
soba:
The sit isn't cancelled, its just once the player starts moving, he plays the walk forward animation

figure out a way to disable the walking animation, and it should work
Greek2me:
Soba's right I think. Try packaging Player::PlayThread to prevent the run/walk animation from playing while the player is supposed to be sitting.
Navigation
Message Index
Next page

Go to full version