Hi,
I am looking through the forums for this but the forum search gives me an error. I will try google search - there has to be something on this already...
I have an npc that goes left 100 pixels and right 100 pixels in a patrol fashion. It is a mother.
I have an npc, a little boy that patrols (I use a tick event to move them) with the mother. They are both separate sprite instances of the object "NPC". It is limited and it seems like the follow behavior would be less work and give me more functionality.
The mother has npc.uid = 2207
The boy has npc.uid = 2208
Using the follow command (I'd like to get rid of my custom patrol that is timed to move with the mother) for its simplicity. Is there a way I can have one instance of the sprite npc follow another instance of the sprite npc?
I am guessing not and I have to create different sprites altogether. The way my game is set up, I have a sprite NPC that has 100 animations which are different NPC animations. I don't have separate NPC sprite objects.