Jump to content

Simple scripting question, can someone give me a hand, please?


christianerding2

Recommended Posts

Helle there,

 

I trieded to work myself a little bit into scripting and started with something easy (I thought) :

 

I did take a look the ORIGINAL "Balgruuf Sword Quest"

 

You give Proventus Avenicci the sword and get a reward.

The sword gets removed from your inventory.

This original quest works flawless, BUT the original script looks like this:

 

;Game.GetPlayer().RemoveItem(pJarlSword,1)
Game.GetPlayer().AddItem(pGold,20)
;pProventusAlias.GetActorRef().AddItem(pJarlSword,1)
pProventusAlias.GetActorRef().ModFavorPoints(pFavorReward.GetValueInt() )
pAdrianneAlias.GetActorRef().ModFavorPoints(pFavorReward.GetValueInt() )
WhiterunSwordQuest.SetStage (200)

There are ";" in front of the red lines, so the lines should get ignored, the sword should NOT be removed from player, BUT IT IS!!!

This is the original script! TIF__000946F6

Why, does this work?

 

THX for any help.

 

Christian

Link to comment
Share on other sites

Perhaps the item is dealt with in a different location? Double check all scripts including those on aliases associated with the quest.

 

EDIT: Yup, that is what is happening. FreeformWhiterunQuest03 handles where the weapon goes. Check out the stage fragments.

Edited by IsharaMeradin
Link to comment
Share on other sites

  • Recently Browsing   0 members

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