Game Development Community

Still having a prob with yack pack

by Jermaine Morgan · in Torque Game Engine · 04/24/2008 (1:28 pm) · 2 replies

I installed it and it works
but now when i start a dialog with ai player
the ai player runs toward me
how can I fix this?

Can someone help me out?

#1
04/24/2008 (2:16 pm)
It's not a bug it's a "feature."

The Yack Pack contains the feature of allowing an animation to be played while a phrase of the dialogue is being spoken. Not wanting to create new animations to have to distribute with their add-on, the guys who wrote it just decided to use the "run" animation as an example of how animations can be called from within their system.

If you don't like it, open up the DLS file in a text editor, and find all instances of "talkSequence" and change the entry from "run" to simply "" and everything should be hunkey dorey for you.
#2
04/24/2008 (3:35 pm)
Lol wow that was simple. thanks alot