elrian Posted June 20, 2021 Posted June 20, 2021 (edited) Hello everyoneI am working on a custiom voiced follower and faced a strange problem with "doing favors" functionality 1) I've created a topic "I need you to do something" and added akspeaker.SetDoingFavor() to it 2) I have created 3 blocking topics (DoingFavorBlockingTopic, ContinueFavorState, EndFavorState) and added akSpeaker.SetDoingFavor(false) to EndFavorState as well. ContinueFavorState, EndFavorState are linked to DoingFavorBlockingTopic 3) I have added all necessary subtypes in "Favors" tab The problem is that when I ask the companion to do something, he performs the requested action, but ContinueFavorState, EndFavorState dialogue lines do not appearand when doing favor is completed, follower has all his dialogue lines, but they do not work until location change. youtube demo here: https://youtu.be/YWFaM2_Ibss I would be thankful for any help! Edited June 21, 2021 by elrian
elrian Posted June 21, 2021 Author Posted June 21, 2021 I have found solution - SetDoingFavor requires subtype "Misc/Hello" to contain at least 1 topic
Recommended Posts