A World of Ice and Fire Forums

[Fixed at v10.0 developer ver.7] Re: Beric Dondarion's "book" needed in ...

Started by tos1, June 18, 2024, 11:01:49 AM

Previous topic - Next topic

tos1

Related topic:
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

Produno


tos1