Game Development Community

About paths

by Riccardo Berta · in Torque Game Engine · 03/29/2006 (1:28 am) · 3 replies

Is It possible to make paths with nodes that are connected to more than one other node??

#1
03/29/2006 (1:36 am)
Are you talking about paths for AI? Do a search for the A* resource on this site - which covers this sort of thing.
#2
03/29/2006 (2:13 am)
Thank you.
Another question: there is the possibility to set a range of space from a bot following a path and the path?
I don't want to see people walking along a row
#3
04/03/2006 (6:58 am)
And to prevent bots going inside walls using setPosition() command?
I'm using setPosition() in onCollision to avoid others bots, but they often go inside the walls.