Author Topic: Bots lying down?  (Read 939 times)

ok so i started a build recently to make a mansion for a book i just read and in the book 10 people are killed and there bodys are put on there beds in there rooms so im wondering if i can make bots lie down and i know i probably spelled lying wrong.
the title of the book if your interested was: And Then There Were None

Either set their animation to crouch, or make them sit and use setAim for a brick above their head.

And Then There Were None

That's one of Flandre Scarlet's spellcards.


or you could have them use the death animation, and they'll be like a dead blockhead

ya but in the book the deaths occur according to a poem so i have to make it look like thats how they died so they cant just be dead plus they were lied neatly on the beads after they died

Use animations.
Make it fake-die.
Events are key.

You have to either use isCrouching or setAnimation or not do it at all.
Those are the only events that can make a blockhead look dead.

1.
  • OnBotSpawn > Self > PlayAnimation > Sit

2. [100] OnBotSpawn > Self > SetBotAim > A brick that makes the bot look up
3. ????
4. Profit

That first bit went... odd? Anyway you should understand that still.

1.
  • OnBotSpawn > Self > PlayAnimation > Sit

2. [100] OnBotSpawn > Self > SetBotAim > A brick that makes the bot look up
3. ????
4. Profit
thx but you came to late i kinda just went with the dead look but it works