acat0970 10 Posted November 30, 2013 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
warlord554 2065 Posted November 30, 2013 (edited) 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 November 30, 2013 by WarLord554 Share this post Link to post Share on other sites
acat0970 10 Posted December 2, 2013 thanks ill try this!!! Share this post Link to post Share on other sites