Routes.txt 397 B

12345
  1. Possible "repeatStyle" are:
  2. - "back": NPC moves from first point to last point, then moves back through last point but one, and so on to the first point.
  3. - "cycle": NPC moves from first point to last point, then moves directly to the first point.
  4. - "conveyor": NPC moves from first point to last point, then teleports directly to the first point.
  5. - "random": NPC randomly moves between points.