Bank doesn't work when linked to an NPCSolved
I am trying to use your Bank plugin with the HumanNPC plugin. The config shows that I can trigger the bank using an NPC but it is not working. Could you help? 

Here is the config if you need it: 

{
"Settings": {
"boxes": {
"bank.big": "assets/prefabs/misc/halloween/coffin/coffinstorage.prefab",
"bank.default": "assets/prefabs/deployable/large wood storage/box.wooden.large.prefab"
},
"cooldownMinutes": 0,
"defaultBox": "assets/prefabs/misc/halloween/coffin/coffinstorage.prefab",
"defaultSlots": 24,
"keyring": false,
"NPCBankersOnly": true,
"NPCIDs": [1096468878],
"radiationMax": 1,
"slots": {
"bank.big": 50,
"bank.default": 24
}
},
"VERSION": "1.0.21"
}
Hello,

You have to "use" (E key) near and while facing an npc to open the bank. Try entering the NPC ID as a string (with quotations). 

"NPCIDs": ["1096468878"],
In response to Calytic ():
Hello,

You have to "use" (E key) near and while facing an npc to open the bank. Try enter...
I figured it out, there was a bug that made the plugin break if the NPC had a bandana mask on. Weird.
Locked automatically