I wonder if some general questions thread should be made I just feel like I’m thread spamming with silly simple questions so I am sorry about that.
So looking through the documentation and the code a bit, it is my understanding that the only way enemies do more than a simple melee attack is to have them do a special attack. It also seems that the special attacks are very specific things to the extent that for example the enemy SMG attack is very specific.
So it is my understanding that enemies can’t be “equipped”, it is my understanding that they can’t fire a weapon they are holding, but it is merely a “pretend” weapon. The only way this seems to be able to be modified is to directly edit the code of the special attacks, and it looks a bit messy.
So am I right in all of this then, that it is if anything, a huge pain to give enemies weapons such as guns, or at least fake it as much as the other special attacks?