How can I call DZAI for DZMS?

IIIXJokerXIII

New Member
Hey all I was wondering if you can call DZAI in the DZMS missions? I like the DZAI better with the "Enhanced AI health system settings" and I would like my Missions to create DZAI instead of DZMS AI. Below is the part of the code in DZMS mission that calls for AI. Can this be changed to call for DZAI instead?

//DZMSAISpawn spawns AI to the mission.
//Usage: [_coords, count, skillLevel, unitArray]
[_coords,3,1,"DZMSUnitsMinor"] call DZMSAISpawn;
sleep 1;
[_coords,3,1,"DZMSUnitsMinor"] call DZMSAISpawn;
sleep 1;
[_coords,3,1,"DZMSUnitsMinor"] call DZMSAISpawn;
sleep 1;
 
i don't think so, DZAI has 3 main features: Patrols, dynamic AI and static.
static ai triggers are set on server start, that is unuseable for your missions.
Patrols are only in vehicles at the moment, so it unuseable for your needs
and dynamic only spawns after a few conditions that has to be true plus a little bit random stuff.

it is not possible the easy way
 
Back
Top