Hi guys I'm currently making an RPG but I'm quite stuck can anyone help me add lpc's to my game that walk around and the player can interact with them?
Here's a simple example for the npcs walking around using the pathfinding behaviour:
https://www.dropbox.com/s/42lg5xa9johbk ... .capx?dl=0
They'll randomly move between 3 locations based upon a timer.
To interrupt the npcs movement when the player is near use the pathfinding: movement: stop action.
Develop games in your browser. Powerful, performant & highly capable.
brilliant just what i wanted