Jump to content

Recommended Posts

Posted
I mean, I know the whole 'set timescale to 1' console command, but how do I use that same command in one of my papyrus scripts?
Posted

I haven't had any luck finding this either. Thanks for helping me look though.

 

Does anyone know if there's some way to change the timescale in the settings somewhere? Maybe outside of the scripts?

  • 2 years later...
Posted

Since TimeScale is a global variable object in Skyrim, you can access it by mapping a property to it.

GlobalVariable Property gfTimeScale Auto

Float fTimeScale  = gfTimeScale.GetValue()
  • Recently Browsing   0 members

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