Tes3Mod:Dialogue Pitfalls

The UESPWiki – Your source for The Elder Scrolls since 1995

Jump to: navigation, search

[edit] Random100:

The code that the main script uses to set the global variable Random100 is:

if ( MenuMode == 0 )
Set Random100 to Random, 101
endif

That means that Random100 does not change during a dialog session. If you need it to then you have to do it yourself in a result box.

Sponsored Links
Personal tools