MetXD
-
Content Count
2 -
Joined
-
Last visited
-
Medals
Posts posted by MetXD
-
-
Hi to all, i need help with a script.
These script can me unload a prisoner from my shoulder into a helicopter, checking if it is already into the chopper.
I have a problem (Becouse i really don't understand the If commend) with the script.
if (!prisoner1 in UH1H) then {detach prisoner1; prisoner1 switchmove ""; exit} if (!prisoner2 in UH1H) then {detach prisoner2; prisoner2 switchmove ""; exit} if (!prisoner3 in UH1H) then {detach prisoner3; prisoner3 switchmove ""; exit}I wont exec this script once time for once prisoner. (Don't look the things after "Then".)
Where i wrong?
"IF" script help
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
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:
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