antegria Posted December 5 Share Posted December 5 So I was making a mod with a few Caravan-paying NPC's and run into a bug that I don't know how to solve. Problem is, most NPC's (not all of them though) seems to run ShowCaravanMenu script at the end of the dialogue twice, meaning: When the game is finished and I exit the menu, another one opens up right away. And if I finish that second set, on exit they attempt a "greeting" (screen zooms in for a second but nothing happens) First I thought there's a hidden script or something that forces vanilla "CaravanPlayerLoses" and "CaravanPlayerWins" topics after the game, so I added a few lines for my NPC's to that topic, but they don't use them and the problem persist. Anyone have any idea what's up with that and how to solve it? Also, I don't quite understand what makes those win and lose topics trigger for vanilla NPC players after the game. Anyone knows how they work? Their dialogue doesn't mention any callbacks and I could find a script that handles that. Link to comment Share on other sites More sharing options...
Radioactivelad Posted December 12 Share Posted December 12 Post-match dialogue was an unimplemented vanilla feature that some mod restored semi-recently, just ignore it. I'm not sure what exactly what would be giving you this issue from what you've described- result scripts only fire once by design. Are you calling ShowcaravanMenu through something other than a topic's result script? If you could share the esp I could take a look. Link to comment Share on other sites More sharing options...
Recommended Posts