Hi, can I use above code to remove a triggered action as well?
I want to remove or reset :
trigger.action.radioTransmission('SirenLoop.ogg', PilotPosition, 0, true, 250000, 1000);when unit is dead
Group.getByName('Downed Pilot Group'):destroy()above must be able to reactivate on another trigger
Edit: Found this
{ id = 'DeactivateBeacon', params = { } }
how will I implement this?