OnRead.SetStage does not advance quest.

Post » Fri Feb 15, 2013 3:00 am

I don't know why this isn't working. Here's the script so far. Player recieves "Alias_book" from NPC...

Alias_malli.GetReference().RemoveItem(Alias_book.GetReference())
Game.GetPlayer().Additem(Alias_book. GetReference())
setobjectivedisplayed(10)


Obejective 10 says "Read the book"

Script on Book is...

int Property myStage Auto
Quest Property myQuest Auto
event onRead()
myQuest.setStage(myStage)
endEvent

Stage should be set to 20 by the OnRead event but it stays at 10.

Advice please?
User avatar
Chrissie Pillinger
 
Posts: 3464
Joined: Fri Jun 16, 2006 3:26 am

Post » Thu Feb 14, 2013 4:24 pm

  • Is the script attached to the Book Alias?
  • Is myQuest Property filled?
  • Is myQuest Running?
User avatar
Jason Rice
 
Posts: 3445
Joined: Thu Aug 16, 2007 3:42 pm


Return to V - Skyrim