The issue: player.current?.client.verbs is elaborated as: player.current.client/var/client, which is a null variable and runtimes. The fix put in breaks AOOC by not giving it to the client but the mob. This fixes that fix, thus fixing AOOC properly.