I explain my question:
1. I go near the prisoner and i get a new action on it.
2. This action start a script for taking the hostage from ground on my shoulder
This:
_this select 0 removeaction A2 _unit = _this select 1 On = False _this select 0 switchmove "AmovPsitMstpSnonWpstDnon_ground" ~2 _this select 0 switchmove "AinjPfalMstpSnonWnonDnon_carried_Up" _unit switchmove "AcinPknlMstpSrasWrflDnon_AcinPercMrunSrasWrflDnon" _unit attachto[_this select 0,[0.1,0.55,0]] _unit setdir 180 ~9.5 detach _unit _this select 0 attachto[_unit,[0.1,0.1,-0.05]] _this select 0 setdir 180 A1 = UH1H addAction ["Rilascia", "Ostaggi\Rilascia.sqf", nil, 6, True, True, "", "(_target distance _this) < 4"] exit [/Code] 3. After the finish of script i get my hostage on my shoulder with the command "attachto" 4. I go to my chopper where i must put the hostage on my shoulder into the chopper like a normal player 5. I am free to take another hostage and restart from point one