Game Development Community

YackPack for a moving npc

by Eric Thomas Patton · in General Add-On Discussion · 10/21/2009 (5:16 pm) · 0 replies

hey guys, we are using yack pack on bots that patrol around a path. when we talk to the bot and end the conversation, the bot wouldn't continue following the path afterwards, so we put a function after the conversation ends that makes him follow it again, but the bot will always look at where the player was when they first talked to him.


i looked at the yack.cs and i see functions that have setaimlocation() for the bot to look at the player during the conversation, but i don't see anywhere in there that can reset the location the bot is aiming at. does anyone know a fix for this?