Game Development Community

Character walk from point A to B

by Rik Girbes · in Torque Game Engine · 10/04/2007 (6:12 am) · 3 replies

How do i let my character walk from a point a to a point b.

i meen like you have to null's in the game andyou want to make the character walk from a to b.

and you cant control the charcter anymore, untill he has walked to there.


Thanks Rik Girbes

#1
10/04/2007 (6:25 am)
The mouse movement and the Click and Pick resources will get you started.
#2
10/04/2007 (7:50 am)
No i meen it goes automaticly, without doing anything.

i have a seperate camera, and i want to make like a 3d movie bitween the game.

but how do i make the character move from a to b.

like this:

1. the character walks agains a trigger.
2. the camera switches to the diverend camera
3. the 3d model(the character) walks to the hall from a to b
4. after that the camera switches back
5. you get control over the character again.


still thanks for you help. but can you or somebothy else please help me again?



Thanks,
Rik Girbes
#3
10/04/2007 (8:41 am)
Look at the FPS demo and look at how the Orc moves along a path. When you trigger it, move the character along the path and move the camera along another path. I haven't done it, but I believe you should be able to do that in script just like pathed cameras and AI characters.