In a multiplayer encounter, I want to have a monster that randomly targets one player and then aggressively attacks that player. How would I go about doing that?
Develop games in your browser. Powerful, performant & highly capable.
If the player is within the monster's range of sight > Pick random instance (Player Object).
Don't forget to add trigger once, otherwise, If there are more than one player inside the area the monster will change targets all the time
Awesome, thanks!