Calling hook OnNpcTarget resulted in a conflictFixed
I had to revert back to previous Vanish version.  Was getting console spammed with this ...

As for the bot spawn issue the developer for it will need to fix his plugin. Also note that bot spawn is no longer supported by umod.
5b87c103a7ed5.jpg Whispers88
As for the bot spawn issue the developer for it will need to fix his plugin. Also note that bot spawn is no longer supported by umod.

The hook warning is actually an issue with Vanish. You should not return false to stop hook execution, use true. True is the standard in public plugins to avoid that warning, even though they are technically the same outcome and not actually a conflict.

Object hooks: true to stop, null to continue.
Bool hooks: true to allow, false to disallow.

Newest version no longer errors

TY sir
Locked automatically