Right now the way my player is setup is a green 32x48 Box. I create an instance of Body, Hat, Armor, Bracers, Boots, Weapon and set them to Player.X and Player.Y on move and so on.
Now what I want to do is
On Start of Layout > Create Enemy
Create Body, Hat, Armor, Bracers, Boots, Weapon on Enemy.X, Enemy.Y
But when I do this and then the player moves, it sets all of the NPCs items onto the player.
SInce you know when Player moves Body = Player.X Player.Y
How do I make individual items for individual NPCs.
Thanks in advance.