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?