MadGodMods Posted June 2, 2016 Share Posted June 2, 2016 (edited) Straight to the point: I am trying to find a way to give dialogue to an Actor Base, rather than to a unique actor or a unique reference. Instead I want the dialogue to show up on every single copy of a particular actor. So far all my efforts to do this have failed, but surely there is a way... right? As far as I can tell you can only create aliases of unique actors, thus you can only give dialogue to unique actors, instead of to every Reference of an Actor base like I'm trying to do. Does anybody know of a way to do this, or think they can figure one out??? I can't publish the mod unless this issue gets worked out, and I really need some help. Edited June 2, 2016 by MadGodSheogorath Link to comment Share on other sites More sharing options...
Blacksage81 Posted June 2, 2016 Share Posted June 2, 2016 Faction members share dialog, example all settlers and their belly aching about farming. From what I understand thus far having an actor as unique prevents other NPCs from using their dialog. I'm no expert but that was my guess. I would look into the dialog quests and figure out how the various voice types use the same dialog. Link to comment Share on other sites More sharing options...
blazeda59 Posted June 13, 2016 Share Posted June 13, 2016 In the reference alias tab set it to "Find Matching Reference" then tick actors only. Lastly give a condition like "GetIsVoiceType" or "HasKeyword" then give that VoiceType or Keyword to the actor base. All instances of your actor base should say the same things now. Link to comment Share on other sites More sharing options...
Recommended Posts