ipertux Posted June 12, 2023 Posted June 12, 2023 Hello I have a mission where a ground group (late activated) is spawned, by radio trigger, inside a random zone.After that i have another radio trigger that spawn a Jtac drone above the ground group position and orbit. I'm trying to use Moose script but if i use getvec2 or getvec3 to find the new ground group position i get the coordinate of the location where i placed the group in mission editor and not the new position inside the spawning zone. Sorry for the dumb question but i'm trying to learn script.Thanks in advice
buur Posted June 12, 2023 Posted June 12, 2023 Have a look at OnspawnGroup to hook into the new spawened object. Best place for help with Moose is the moose discord. https://flightcontrol-master.github.io/MOOSE_DOCS_DEVELOP/Documentation/Core.Spawn.html##(SPAWN).OnSpawnGroup
Recommended Posts