HungryCoyote Posted September 17, 2024 Posted September 17, 2024 I am using this on a Radio Menu trigger to spawn enemy air targets. It works very well. I would like a second command that will remove the spawned aircraft. mist.respawnInZone('Enemy Air', 'Zone-01', true, 500) 1
rwbishUP Posted October 10, 2024 Posted October 10, 2024 Wish I could help. I've tried to figure out how to create a "patrol route" script using MIST for over a year, and can't get it to work, or anyone to help me.
Solution kira_mikamy Posted October 12, 2024 Solution Posted October 12, 2024 local myGroup = Group.getByName('Enemy Air') Group.destroy(myGroup) that should work i think
Recommended Posts