graph
graph copied to clipboard
How would one make bots stay on the upper floor without tripping an error in graph?
I just made a Graph for this map : https://gamebanana.com/mods/350910
As you can see this map uses a teleporter to traverse between the upper and lower floor, So I only added an outgoing path from the Teleporter to the waypoint on the upper floor, and bots are even able to use that, but since there is no way add to traverse back the console gets spammed with "%bot% failed to find path, seems the graph is broken." So the only way to fix that would be making a way to fall back onto the lower floor which has a half a foot of water in it to prevent fall damage (as the mapper intended). What I didn't wanted to do was make the bots jump back down into the water in order to make the graph error free. Because I use Water Fall Damage Plugin.
I wanted to know if there's another way to make this work without having the console being filled with spam and keep the graph error free.
@Vladislav4KZ What do you think?