Maintenance window scheduled to begin at February 14th 2200 est. until 0400 est. February 15th

(e.g. yourname@email.com)

Forgot Password?

    Skyrim — Creation Kit Scripts.zip

    ; Check if the player is within the specified distance if (GetDistance(PlayerRef) < fDistance) ; Move the NPC towards the player MoveTo(PlayerRef) endIf

    ; Check if the player is within the specified distance if (GetDistance(PlayerRef) < fDistance) ; Move the NPC towards the player MoveTo(PlayerRef) endIf