schleicher on 9/5/2017 at 09:15
Hi
1. Is there an easy way, to let actors speak to themself ?
2. Is there an easy way, to let an actor speak to me, whenever I cross
its way or I am in sight ?
I did not found usable informations for this two cases.
I am working with DromEd fianl 1.23 for Thief2
Daraan on 9/5/2017 at 09:20
My knowledge of Conversations is pretty weak but I think Nr2. can be done via AIWatchObj links.
john9818a on 9/5/2017 at 13:33
Do you want the actor to speak to himself at random times or at a specific time? Random times would be no different than when the actor or AI babbles while at AlertLevelZero. Talking at a specific time would be the same as having a conversation with only one actor.
An AIWatchObj link from the AI to himself will work. Just set it to Player Intrusion and specify a reasonable radius and height for the trigger... Maybe 20 as a radius or distance and 5 as height.
schleicher on 10/5/2017 at 11:41
Thanks for the hints. I will try it.