Jump to content

GECK - A question about dialogues


Guest

Recommended Posts

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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