Difference between revisions of "OnPlayerLoadGame - Actor"
Jump to navigation
Jump to search
m
→Examples: Gah,,, Typo
imported>JustinOther (→Examples: Worth mentioning the GlobalVariable needs to be left valueless in the editor) |
imported>JustinOther m (→Examples: Gah,,, Typo) |
||
Line 25: | Line 25: | ||
<source lang="papyrus">ScriptName YourQuestScript extends Quest | <source lang="papyrus">ScriptName YourQuestScript extends Quest | ||
GlobalVariable Property fYourModVersionGLOB Auto ; This will not reset in the the quest does and... | GlobalVariable Property fYourModVersionGLOB Auto ; This will not reset in the event the quest does and... | ||
Event OnInit() | Event OnInit() |