Question regarding Save_File_Notes_(Papyrus) on wiki

Post » Wed Mar 12, 2014 1:16 am

Hi.

So when I change code inside a function, the game will continue the old function and the next call uses the new code.

What happens when I change code inside onupdate event?

onupdate;do stuffregsingleendevent

Identical to

onupdatedostuffregsingleendeventdostuff;do stuffendfunction
User avatar
Khamaji Taylor
 
Posts: 3437
Joined: Sun Jul 29, 2007 6:15 am

Post » Wed Mar 12, 2014 3:23 am

The same applies to events like OnUpdate. The next time OnUpdate is called, it will use the new code inside of it. The only time a function/event uses the old code is if it's in the middle of processing when the game is saved.

User avatar
x a million...
 
Posts: 3464
Joined: Tue Jun 13, 2006 2:59 pm


Return to V - Skyrim