Skyrim

File information

Last updated

Original upload

Created by

Hoax2

Uploaded by

trebtreb

Virus scan

Safe to use

Mod articles

  • The script - for those who are interested.

    Scriptname newlifeSetupScript extends Quest


    ; misc properties
    ImageSpaceModifier Property fadeIn Auto
    MusicType Property music Auto
    GlobalVariable Property GameHour Auto
    Quest Property StartQuest auto
    Shout Property CurrentShout auto
    Idle Property DefaultSheathe Auto
    Actor Property player Auto
    float Property direction auto

    ; starting race spells
    Spell Property ConjureFamiliar Auto
    Spell Property Sparks Auto
    Spell Property Fury Auto

    ; player races
    Race Property ArgonianRace Auto
    Race Property BretonRace Auto
    Race Property DarkElfRace Auto
    Race Property HighElfRace Auto
    Race Property ImperialRace Auto
    ...