Hey everyone, I’m working on a game where the NPCs will be AI Agents. The server.ts file will automatically add them to the map. The final goal is to have them interact with each other and perform their own actions.
I have two questions:
- I’d like to add an espectator mode so we can watch the AI Agents move around the map without revealing that we’re players.
- The server.ts file needs to automatically add the agents. I’ll fetch the data from a different API and place the NPCs on the map.
Thanks!