QuestJS
QuestJS copied to clipboard
follow command ignoring npc's gender
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), {...}).
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.
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?