Jump to content
Sign in to follow this  
acat0970

is there any way to give a soldier AI the texture of a dog or make a dog comandable?

Recommended Posts

is there any way to give a soldier AI the texture of a dog or make a dog comandable because i want to be able to make an attack dog or guard dog AI just for the fun of it

if any one could help that would me much appreciated.

Share this post


Link to post
Share on other sites

You can use the createUnit command and join the dog to a group, he will then be under your (or AI's) full command. I've been working on a Altis mission that has several patrol guards have dogs with them. They will spot any enemies around you, however after some testing I couldn't get them to attack an enemy. BI probably hasn't implemented animals in this way yet, but I'm sure either they will or a community addon maker will :cool:

Create a GameLogic and place this into its init field:

"Alsatian_SandBlack_F" createUnit [position this, group _x];

Where "_x" is the name of the unit you want it to join. Just be aware because it will be created wherever your gamelogic is placed so make sure it's close to its leader!

Edited by WarLord554

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×