kevtg26 Posted April 28, 2021 Share Posted April 28, 2021 So I'm trying to set up a scene where someone shows up to talk to the PC and they may or may not have a partner. I've got quest aliases set up for the main NPC and the partner and I can get both aliases to fill reliably. The issue is I want there to be a chance that the partner alias does NOT get filled. I figure I can easily do this with the "GetRandomPercent" conditional. However, I'd eventually like to make the chance configurable in the MCM. Is there a way for me to add a conditional based on the results of a script run? Link to comment Share on other sites More sharing options...
dylbill Posted April 28, 2021 Share Posted April 28, 2021 With your GetRandomPercent condition, make a new global variable, then check the Use Global box in the condition and choose said global variable. Then in your MCM you can just change the global variable value. Link to comment Share on other sites More sharing options...
kevtg26 Posted April 28, 2021 Author Share Posted April 28, 2021 With your GetRandomPercent condition, make a new global variable, then check the Use Global box in the condition and choose said global variable. Then in your MCM you can just change the global variable value.THanks, will give that a shot. Link to comment Share on other sites More sharing options...
Recommended Posts