IMPLEMENTING the RADIO into MISSIONS
This isn't too hard neither. For the radio you have to add just a little to your init.sqs:
;--------------------------------------------------------------------------------------------------------------------------------------
;init.sqs
~1
[] exec "\MAP_Rucksack\Scripts\MAP_RuckInit.sqs"
{_x addEventHandler ["fired",{_this exec "EH_Fired.sqs";if (_this select 1 in MAP_RuckSackTypes) then {_this exec "\MAP_Rucksack\Scripts\MAP_DropMag.sqs"};}]} foreach [ap,b2,b3,b4,b5,b6]
EXIT
;--------------------------------------------------------------------------------------------------------------------------------------
Then you'll need a description.ext file. Into that you write or copy the following line:
;--------------------------------------------------------------------------------------------------------------------------------------
;description.ext
#include <MAP_Rucksack\Radio.h>