Game Development Community

Lets take a seat

by AzraelK · in General Discussion · 01/30/2002 (2:20 pm) · 3 replies

Is curious, how no one has asked this before. =)
But can I make my character to sit in a chair?

My idea would be that the chair could be some sort of a vehicle , so I could "mount" it. however it wouldnt be able (or need to) move.

How could I do this? has anyone tried it?

#1
01/30/2002 (3:07 pm)
I would think that if you had a static shape dts in the shape of a chair and added a Mount0 dummy it might work, obviously your player would need some sit animation like the vehicle drivers in T2.
#2
01/30/2002 (3:10 pm)
to make them sit you would have to have a trigger that the player would activate by colliding with it and thus activating the "sit" animation.
Anthony
#3
01/30/2002 (4:46 pm)
Or maybe when you activate the 'crouch' or 'sit' animation, it checks to see if there is a 'staticVehicle' object close by, and if so the player mounts it. Heh, would be kinda cool.