Is there an event triggering when you level up?

Post » Tue Jun 19, 2012 9:48 pm

As the title says. Is there an event that triggers when you gain a level or when one of your skills increases?
User avatar
cheryl wright
 
Posts: 3382
Joined: Sat Nov 25, 2006 4:43 am

Post » Tue Jun 19, 2012 3:38 pm

you can fish for both these events using the story manager
User avatar
OnlyDumazzapplyhere
 
Posts: 3445
Joined: Wed Jan 24, 2007 12:43 am

Post » Tue Jun 19, 2012 10:21 pm

It's the first time I heard about the story manager. It looks interesting. Thanks :)
User avatar
Jack Walker
 
Posts: 3457
Joined: Wed Jun 06, 2007 6:25 pm

Post » Tue Jun 19, 2012 4:22 pm

i just discovered it a few days ago from a recommendation from a user on these forums. best discovery ever.
User avatar
Brian LeHury
 
Posts: 3416
Joined: Tue May 22, 2007 6:54 am

Post » Tue Jun 19, 2012 11:52 pm

It really pays to visit these forums :D
User avatar
Robert Jr
 
Posts: 3447
Joined: Fri Nov 23, 2007 7:49 pm

Post » Tue Jun 19, 2012 6:39 pm

If you do not want to use Story Manager...

add a RegisterforTrackStatsEvent


 Event OnTrackedStatsEvent(string statFilter, int statValue) if (statFilter == "Skill Increases")  ; Alchemy... ......  CurAlchemy = Game.GetPlayer().GetAV("Alchemy") as int   debug.messagebox("Alchemy has increased to " + CurAlchemy) endifEndEvent
User avatar
Trevor Bostwick
 
Posts: 3393
Joined: Tue Sep 25, 2007 10:51 am


Return to V - Skyrim