QuestJS icon indicating copy to clipboard operation
QuestJS copied to clipboard

follow command ignoring npc's gender

Open riidom opened this issue 2 years ago • 2 comments

Doing the tutorial, at the point where you get the NPC to charge the torch, I give the command Lara, follow and the game responds Lara nods his head., though Lara is defined with createItem("Lara", NPC(true), {...}).

riidom avatar Nov 04 '23 12:11 riidom

Thanks for that. The message was not properly gender neutral, or in the language file, so multiple issues. I have corrected a couple of files, lib/_npc.j nd lang/lang-en.js on GitHub and it should work okay now.

ThePix avatar Nov 06 '23 12:11 ThePix

Thanks for the quick fix! Can't test it, having some errors on master branch, but I guess it's good and issue can be closed?

riidom avatar Nov 06 '23 22:11 riidom