Jump to content

Simple Scripting problem regarding Events


basvanbeu

Recommended Posts

Hi

Im new to skyrim scripting and have problem with simple script that is going to add an item to the players inventory when he starts his game.

In Oblivion there was GameMode. Here it is Event. Event seems smarter, better but also harder.. My question is what kind of Event should I have on this one ?

 

This is how my simple script looks:

 

Scriptname RM1964DialogueScript

 

int RMCount

 

Event SOMETHING

RMCount = 0

If RMCount == 0

Game.GetPlayer().AddItem(RM1964NordPassport, 1, false)

RMCount = RMCount +1

EndIf

EndEvent

Link to comment
Share on other sites

  • Recently Browsing   0 members

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