Jump to content

Temporarily disable kill moves via script?


pru55311

Recommended Posts

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

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...