playMaker

Author Topic: Begginer's Optimisation Question  (Read 1188 times)

WillowWake

  • Playmaker Newbie
  • *
  • Posts: 14
Begginer's Optimisation Question
« on: January 10, 2015, 04:29:38 PM »
Hi,

I'm building an NPC AI and I wondered which approach is best for optimisation. Is it better to have lots of small FSMs on the NPC object for each task, or is it better to build fewer, bigger FSMs that combine a few tasks together.

Thanks!