Possible to track which scripts are running?

Post » Thu Jul 12, 2012 5:54 am

Hey

I was just wondering if it's possible to check what script or scripts are executed in a frame (or to say it otherwise: what global scripts are running while I jump around on Tamriel)

Thx,
Zobator
User avatar
SHAWNNA-KAY
 
Posts: 3444
Joined: Mon Dec 18, 2006 1:22 pm

Post » Thu Jul 12, 2012 4:43 am

Use if ( ScriptRunning, MyScript == 1 ). If it returns a 1, it means your script is running. Otherwise, your script isn't running. Use == 0 to determine if your script isn't running.
User avatar
lilmissparty
 
Posts: 3469
Joined: Sun Jul 23, 2006 7:51 pm

Post » Thu Jul 12, 2012 6:58 am

Or you can open your console and type "SV" (no quotes) and hit enter for a view of all currently active scripts, their variables, and their values.
User avatar
Hazel Sian ogden
 
Posts: 3425
Joined: Tue Jul 04, 2006 7:10 am

Post » Wed Jul 11, 2012 9:27 pm

If you just want a list of currently running global scripts, I think this will work: Make a quicksave and run http://code.google.com/p/mlox/wiki/Tes3cmd in your Saves directory like so:

tes3cmd dump -l --type scpt --match rnam quicksave.ess

But I haven't tested it much.
User avatar
tiffany Royal
 
Posts: 3340
Joined: Mon Dec 25, 2006 1:48 pm


Return to III - Morrowind