Is it possible to give UPSMON to units spawned using bis_fnc_spawnvehicle? I finally learned how to spawn vehicles today using that, but haven't been able to figure out how to enable UPSMON on said vehicles.
I have a H (invisible) that serves as the spawn location named Spawn1 and a trigger that activates when BLUFOR is detected by OPFOR with this in the on act field: [getPos Spawn1, 180, "BMP3", EAST] call bis_fnc_spawnvehicle;
It causes the BMP3 to spawn just fine, but it just sits around doing nothing. I know how to give it waypoints, but I would prefer it to use UPSMON and navigate to the marker on its own and begin patrolling. I also have the H (invisible) set to 40% probability chance just for a little randomness. Even if the player is detected he may or may not have a BMP3 coming his way.