I have a guy who gives you a mission through dialogue, sets it to stage 10.
There is also a book that sets the mission to stage 15.
I don't want the book to set the stage unless you are already at stage 10 or above, so here is what I tried.
I created an alias for the book. In the conditions box I have GetStage TBJ01 >=10 and in the scripts I have the defaultOnReadSetStage script running with 15 as the stage and TBJ01 as the Quest.
Unfortunately the result is that if I get the quest from the guy firsty, everything works fine, but if I read the book first it prevents one from getting the quest in the first place.
Is there a way to make it so that the alias associated with the script only 'touches' the book once the player is at stage 10? Would this prevent my problem?
