Hi there!
What is the best way do build in NPCs?
Should I ask which map is activated and then draw the NPCs on there positions?
And to know if the Player can talk with the NPC to ask if the player coordinate are like X=54 & Y=230 and If he press Enter a Textbox will be shown?
How do you do it?
And I wonder how I could do it that the NPCs walk around.
Do I have to use a Timer or a own Thread for NPCs?
To check so that the Player cant go in the NPC I just create a Rectangle and check the collision woth the Heros Rectangle right?