HolyLightning Posted November 28, 2018 Share Posted November 28, 2018 I'm currently in the process of making a follower mod at the moment but I can't figure out how to get the Bleed out dialogue to work. I know it works on Vanilla NPCs when they are struck down and say "No more, I yield." or something like that. However I can't get it to work at all. I know all about the Combat Bleed out dialogue tab in the window and I have the line set up there with the GetIsId function for my NPC as well. If anyone knows how to make an NPC say bleed out dialogue I'd appreciate it. Link to comment Share on other sites More sharing options...
TheWormpie Posted November 29, 2018 Share Posted November 29, 2018 Do you just want a custom line like "No more, I yield", or do you want full dialogue in bleetout mode? I assume the former, but if the latter: Use AllowBleedoutDialogue(true) and SetNoBleedoutRecovery(true) :) Link to comment Share on other sites More sharing options...
HolyLightning Posted November 29, 2018 Author Share Posted November 29, 2018 Yeah the first option is more probable but if I have to I'll enable all dialogue while in the bleed out state. Link to comment Share on other sites More sharing options...
Recommended Posts