pru55311 Posted September 1, 2017 Share Posted September 1, 2017 Can anyone point me in the right direction here? I found other posts about using mods to permanently disable kill moves, but I need to do this in a script and only for a few seconds. The best way I've figured out so far is to edit the global variables relating to kill moves, but other posts say not to do it that way as it can cause incompatibilities with other mods. Thanks! Link to comment Share on other sites More sharing options...
Evangela Posted September 2, 2017 Share Posted September 2, 2017 Remember global variables can be changed at run time. In theory you can make your mod compatible, first store the current value of these globals to a variable(float type if it's a float).. then when your script is done doing it's thing, change them back to the previous value. Test for compatibility when you're done. Now if you edit the camera path forms(which have zero documentation anywhere) that could be a problem with mods that edit it as well. Link to comment Share on other sites More sharing options...
Recommended Posts