app
app copied to clipboard
Problems creating npcs with npc-manager.js
Describe the bug Running npcManager.createNpcAsync() (previously npcManager.createNpc() I think ?) doesn't work and throw an error when I try
To Reproduce
- use this repo
- change createNpc for createNpcAsync() (because if not, we get "createNpc is not a function"
- bug observed
Expected behavior Having a simple way to create NPCs with the manager
Screenshots
Hi Having the same problem. I open other issue on the npc repo some days ago https://github.com/webaverse/npc/issues/5.