Jump to content

TheReapersMetalworks

Premium Member
  • Posts

    5
  • Joined

  • Last visited

Posts posted by TheReapersMetalworks

  1. So I am making a mod that adds new weapons to the game, that are vanilla mash-up. I wanted to make a dremora npc spawn when the player reaches a certain level but I got
    EOF error. Here is the code, please help

    Scriptname RRHollowToggle extends ObjectReference
    ObjectReference Property HollowDremoraProp Auto
    If Game.GetPlayer().GetLevel() >= 50
    HollowDremoraProp.Enable()
    Endif
    EDIT: I managed to get it working by adding a trigger box.
  2. Hello everybody.

    I started creating 3D models of swords and stuff. And I wanted to make weapon mods for Skyrim SE.

    However I got my mashes. but I don't know how to make the nif files with nif skope and I need help with it.

    If someone would be able to help me get started it would be great.

    Thank you all and happy new year.

×
×
  • Create New...