Specific look
Specific look
On games that I have played when a person looks at you sometimes just their head will look at you, can you do this with reality factory. I am making a turret and it flies so I want it so that when you are not at its altitude only the barrel of the gun will point at you and not the whole turret all while the turret is still playing its moving animation.
"Life is like a box of ammo." You always know what your going to get.
Re: Specific look
I would have thought you could make the turret look at the player how ever you can only play one animation at a time I think hopefully someone else will clarify this as I have never tried doing it but I think that someone said it
.
.
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
Re: Specific look
You need to use 2 actors in that case and attach one to the other so they can have different animations.
Re: Specific look
thanks but is there a way you can make them react differently once being detached. In this case the torso of a man will continue to live once the legs are no longer there for example. And act differently (now it will walk on its own).QuestOfDreams wrote:You need to use 2 actors in that case and attach one to the other so they can have different animations.
"Life is like a box of ammo." You always know what your going to get.
- QuestOfDreams
- Site Admin
- Posts: 1520
- Joined: Sun Jul 03, 2005 11:12 pm
- Location: Austria
- Contact:
Re: Specific look
Yes, you can have 2 pawns with their own scripts. Attach one to the other by using the AttachToActor script method.
Re: Specific look
ok will try thanksQuestOfDreams wrote:Yes, you can have 2 pawns with their own scripts. Attach one to the other by using the AttachToActor script method.
"Life is like a box of ammo." You always know what your going to get.