when i test my units during a battle versus the AI (Sorian in my case) i can see the AI never use my units so i realy want to know how to do that becoming possible ?
Must i add something in BP file? In LUA file ? Or somewhere else ?
head on over to the sorian AI thread in the AI forum, a few posts in he explains how to make the ai build custom units,
you basicly add a lua called customunits.lua in a folder in /modname/lua/customunits/customunits.lua
in this file you define tables, in these tables you add your unit ids to an existing table name (template) go check out the post sorian explains everything.