Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Fri 08/08/2003 10:35:09

Title: Probs with facing location
Post by: on Fri 08/08/2003 10:35:09
in my game, I'm making my first "real" dialog, and everything works just fine, except from one thing...
when the player character talks, he faces the location of the other character he's talking to, but when the other character says something, the player character just turns around and looks at ME...

help please...  :)
Title: Re:Probs with facing location
Post by: Ginny on Fri 08/08/2003 12:05:45
Hmm, I dunno what the problem is, but maybe if you're using FaceLocation (EGO, x, y); or something like that then maybe you should try FaceCharacter (EGO, X);   X being the other character.
I don't see why this would happen though.

Can you post your script for that part?
Title: Re:Probs with facing location
Post by: Ishmael on Fri 08/08/2003 14:48:20
I thought of this:

You only have talking animation to the first loop (down). Create taking animations and add them to the char for other directions.
Title: Re:Probs with facing location
Post by: on Fri 08/08/2003 22:39:09
It's just like you told me TK...thanks for answering an stupid question...
and for staying friendly :)