#1
11 years ago
How can I set a side quest target as a multiple targets e.g. description = ecolog_find_artefact_1_descr parent = ecolog target = af_fireball<--x2 "Bring two fireballs...", or something like that in the quest description. I hope that's possible at all. Thanks.
#2
11 years ago
Just a guess, but try seperating each item with a comma:
target = af_fireball, af_fireball
The quest dialog will still say "Find the Fireball artifact" but hopefully bringing him just one won't complete the quest.