Is there an ON Event that detects actor value changes?

Post » Wed Jun 20, 2012 10:56 pm

Instead of running scripts ever .1 seconds to check this I would prefer an ON Event block. But reading the events list nothing jumps out at me.
User avatar
Irmacuba
 
Posts: 3531
Joined: Sat Mar 31, 2007 2:54 am

Post » Wed Jun 20, 2012 4:12 pm

http://www.creationkit.com/OnTrackedStatsEvent_-_Form, probably.
User avatar
Maddy Paul
 
Posts: 3430
Joined: Wed Feb 14, 2007 4:20 pm

Post » Wed Jun 20, 2012 3:09 pm

Maybe OnTrackedStatsEvent() (http://www.creationkit.com/OnTrackedStatsEvent_-_Form) could help you to find an indirect way. It tracks changes in the misc stats of the player http://www.creationkit.com/GetPCMiscStat . It need to first use the RegisterForTrackedStatsEvent() command and there is not a 'single' version, so it could be prone to bloating depending on how you use it.

I see JustinOher has been quicker :)
User avatar
Philip Rua
 
Posts: 3348
Joined: Sun May 06, 2007 11:53 am


Return to V - Skyrim