View Single Post
09/01/23, 03:22 PM   #3
schorse
Join Date: Aug 2023
Posts: 4
Thanks for the Answer! I found an addon that implements this (thanks iFedix):
https://www.esoui.com/downloads/info...Utilities.html

Although you can do it without events (disadvantages?):
Code:
elseif options[1] == "What's the pledge today?" then
	SelectChatterOption(1)
	AcceptOfferedQuest()
	AcceptOfferedQuest()
	SCENE_MANAGER:Show("hud")
Oh and remember you are not only playing in English but might also have to support other languages, so checking for "What's the pledge today?" is not the same if you play in de, fr, ru, es, zh :-)
I'm implementing some little helper just for me in one small addon so it's not a problem.

EDIT: Don't use the code above. Worked yesterday but not today. Idk why. The method by iFedix works though.

Last edited by schorse : 09/02/23 at 02:28 AM.
  Reply With Quote