when you have a lot of commands which you like to insert in a init field, you could also make a script for.
;myinit.sqs
_unit = _this select 0
_unit setbehaviour "COMBAT"
_unit setcombatmode "RED"
removeallweapons _unit
_unit addmagazine "M16"
_unit addweapon "M16"
exit
...and in the init line you just put
[this] exec "myinit.sqs"
not necessarly though but it is easier to overview it
@Armstrong
hehe...beat you by 23 seconds
:beat: *shots* :beat: