Related topic:
Beric Dondarion's "book" needed in 2 texts, Wrong speaker (https://www.aworldoficeandfire.co.uk/forum/v9-0/beric-dondarion-s-book-needed-in-2-texts-wrong-speaker/)
I might have misled you. Following text is displayed when the player undertook the quest:
----
qstr_Beric_Dondarrion_has
Beric Dondarrion has asked you to despatch a Lannister raiding party that has been reported pillaging the villages around Hollow Hill. Once completed, you must return to Beric.
----
It's used here.
----
str_store_string s2 "@Beric Dondarrion has asked you ..."
call_script "script_start_quest" "qst_relic" (i.e. "A Lannister always pays his debts".)
----
I don't have a complete understanding of quests in general, the quest text in quest module seems to be overridden by setting s2 from the quick string before "script_start_quest" is called, right? So probably the phrase mentioning the book should be added to the quick string, not to the quest module.
(On the other hand, I confirmed both the book was added in the dialog and the wrong speaker was fixed. Thanks.)
- Game version (and steam or downloaded):
AWoIaF v9.4-developer_version 5, Warband v1.174 downloaded
This should now be fixed. Thanks.
Thank you. I confirmed.