FlashNPCs icon indicating copy to clipboard operation
FlashNPCs copied to clipboard

Case sensitiviy inconsistency

Open Petrisis opened this issue 3 years ago • 1 comments

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

Petrisis avatar Aug 11 '22 10:08 Petrisis

Wow, that's odd. It should be case sensitive in the acceptQuest function too... Thanks for letting me know!

FlashHUN avatar Aug 11 '22 15:08 FlashHUN