Jump to content

Quest stage script issues on the user computer (CK)


littleork

Recommended Posts

I have been adding quests to my mod for 2 months now and the people testing my mod never had any issues, but for some reason, when my friend try my quest, the quest never advance to the next stage, it will do anything else in the script,except advance the quest. Had a similar quest in my previous version and it worked just fine on his skyrim.

 

game.getplayer().removeitem(gold001,65000)
GetOwningQuest().SetStage(10)
game.getplayer().additem(farmkey.getreference())

 

this is the code I have been using in my dialog, the remove and additem parts work just fine but it never gets to the stage 10.Could it have something to do with his skyrim version, I know he has the last patch but I dont know much else (talking here about if his version is legit or not). The quests work just fine on my computer, I made sure that he wasnt missing the script, and doublechecked everything just to be sure but yet it still doesnt work. Any ideas?

 

I really dont want to release a broken version to my users so any help would be appreciated.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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