Difference between revisions of "OnPlayerLoadGame - Actor"
Jump to navigation
Jump to search
m
→Examples: Grrr... deprecated variable swapped out
imported>JustinOther m (→Examples: Gah,,, Typo) |
imported>JustinOther m (→Examples: Grrr... deprecated variable swapped out) |
||
Line 41: | Line 41: | ||
Debug.Trace("Updating from version " + fYourModVersionGLOB.GetValue()) | Debug.Trace("Updating from version " + fYourModVersionGLOB.GetValue()) | ||
EndIf | EndIf | ||
fYourModVersionGLOB.SetValue(1.23) | |||
EndIf | EndIf | ||
EndFunction</source> | EndFunction</source> |