Closed radkonf closed 3 years ago
Am able to replicate now, will look into it!
Turns out there was a capitalization mistake, is fixed, though only on the foundry 0.8 version.
If you want to fix it in the 0.7 version you should replace all
on this line with All
https://github.com/ardittristan/VTTNPCGen/blob/0.5.0_fix/modules/applications/NPCGenerator.js#L963
Just realized I can't change it, I#m running on the forge. Wait I could install it in my local file - change it and upload it as a cutommodule or I'll wait until 8.0 shouldn't be that long
I pushed it to the 0.5 static manifest version. so if you reinstall that version it should work! (manifest url is at the top of readme)
Awsome works like a charm, didn#t expected that you do that. Could have waited so even more thanks: )
hi I've tried your code: { "First": { "Male": { "All": [ "Firstname1", "Firstname2" ] }, "Female": { "All": [ "Firstname1", "Firstname2" ] } }, "Last": { "All": [ "Lastname1", "Lastname2" ] } }
Again with male/female I get no Firstname With non-binary I do get a Firstname (just a side note I changed the to FIrstnameFemale / FIrstnameMale - the non-binary selects from both I still don't get it :)