Jump to content

[LE] Help! Skyrim script


Recommended Posts

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.
Edited by KOamiNE
Link to comment
Share on other sites

Your script is missing events. And yes.. I read you managed to get it working.

 

RRHollowToggleScript

  Reveal hidden contents

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...