IPlayer object for NPCs/bots?Solved
Is there the working concept of creating an IPlayer object for an NPC or bot, etc?
Hey!
You can find out how it works in uMod, you can find it on GitHub (src folder). At least I think so :D
I hadn't seen any examples.  All I found decompiling was an interface.
IPlayer is only for players, not npcs or bots.  We don't have an NPC interface.
Thanks.  I guess that makes sense and now I know.
Locked automatically