This may or may not be intended but i want to let you know that it screwed me:
Setting a quests internal name InternalQuestName is totaly fine and accepting Quests with the parameter internalquestname works fine. But actually checking for quests with moveOnAcceptedQuest function is case sensitive allowing only exact name InternalQuestName.
It would be fine if it occured to me in a different order but at first i worked with a not-case sensitive function and assumed from thereon that this would not matter :D
This may or may not be intended but i want to let you know that it screwed me:
Setting a quests internal name
InternalQuestName
is totaly fine and accepting Quests with the parameterinternalquestname
works fine. But actually checking for quests withmoveOnAcceptedQuest
function is case sensitive allowing only exact nameInternalQuestName
.It would be fine if it occured to me in a different order but at first i worked with a not-case sensitive function and assumed from thereon that this would not matter :D