Page 1 of 1

getQuestStatus with umlauts

Posted: Mon Jul 18, 2011 3:08 pm
by pumbatoo
The function getQuestStatus is not working with umlauts, right?

Code: Select all

	local questName = "Grötenwanderung";
	local questStatus = getQuestStatus(questName);
	printf("Quest-Status: %s", questStatus);
tried with "Grötenwanderung", "Gr\148tenwanderung" and "Gr\148 tenwanderung".
With the substring "tenwanderung" it is working well.

p.s: where/how can I find the id's of quests, npcs and items by there german name?

Re: getQuestStatus with umlauts

Posted: Mon Jul 18, 2011 6:33 pm
by Administrator
Once again, it entirely depends on where you are putting this. Be more specific.