Guest Posted December 14, 2013 Posted December 14, 2013 Thank you very much, I really appreciated that, my tool was only showing INT values with showmessage, very limited. I was wondering if there was something like the Bethesda guide for NVSE commands where I was able to learn their applications, I find hard understanding NVSE documentation on the page and I follow the feeling usually, often ending to a cul-de-sac.
Halstrom Posted December 14, 2013 Posted December 14, 2013 If you want to turn your debugging on and off by the SCR MCM Debug system you can just add the following to your main quest if SexoutSQVAR.iDebug1 == x || SexoutSQVAR.iDebug2 == x || SexoutSQVAR.iDebug3 == x (Replace the "x" with your chosen number check list of used numbers in SCR 2nd post) SetDebugMode 1 else SetDebugMode 0 endif
Recommended Posts
Archived
This topic is now archived and is closed to further replies.