Warning: include(/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php): failed to open stream: No such file or directory in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Warning: include(): Failed opening '/var/www/html/forum/Sources/../../../includes/depot_files/OFPEC_get_header_image.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 146

Notice: Undefined index: OFPEC in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152

Notice: Trying to access array offset on value of type null in /var/www/html/forum/Sources/Load.php(2272) : eval()'d code on line 152
    Home   Help Login Register  

Author Topic: Animal waypoints!?  (Read 3070 times)

0 Members and 1 Guest are viewing this topic.

Offline mrsarkey

  • Members
  • *
Animal waypoints!?
« on: 02 Nov 2009, 00:54:44 »
How come we can't set animals waypoints, I can't get doMove to work either.

Whats up with this? I want my Alsatian to be roaming about, not stood there like a lemming!

Offline Shuko

  • Members
  • *
Re: Animal waypoints!?
« Reply #1 on: 02 Nov 2009, 06:30:43 »
Editor placed animals are agents, which have no AI, just some simple FSM. To be able to command them, you need to add them with createunit command. That way they will be "real" units instead of agents.

Offline mrsarkey

  • Members
  • *
Re: Animal waypoints!?
« Reply #2 on: 02 Nov 2009, 12:32:06 »
Thanks, worked.