Skyrim Creation Kit Scripts.zip «Edge»

Understanding "skyrim creation kit scripts.zip" If you are diving into

; Visual effect Self.PlaceAtMe(Game.GetForm(0x000FEA9B) as EffectShader) ; Magelight effect Debug.Notification("The chest magically resets and locks itself")

EndFunction

EndEvent

Event OnUpdateGameTime()
Int i = 0
While i < TrackedChests.Length
If TrackedChests[i] != None && !ChestsFound[i]
If TrackedChests[i].GetDistance(Game.GetPlayer()) < 500
ChestsFound[i] = True
Debug.Notification("You sense magical energy nearby...")
Endif
Endif
i += 1
EndWhile
RegisterForSingleUpdateGameTime(0.5)
EndEvent
skyrim creation kit scripts.zip

He clicked Download. The progress bar zipped across the screen. There was no scanning pause, no "Save As" prompt. The file simply materialized on his desktop: scripts.zip. Understanding "skyrim creation kit scripts

Actor Property PlayerRef Auto

float fDistance = 100.0 ; Distance to follow