Xtreme1989
-
Content Count
35 -
Joined
-
Last visited
-
Medals
Posts posted by Xtreme1989
-
-
Hi Bleh131,
I connected 3 First Aid modules to me and the civilian and this seemed to do the trick :) I think you have to do this for everyone who you want to drag :) Btw, wouldn't it be cool if we could drag them and load them onto a truck or something :p

@kylania, roger :D
-
You need to create the module called Battlefield Clearance and sync it to the civilian and player.Thank you ;)
(I deleted the 'error' in my previous post because it was my own fault ^^)
-
Read up on the Support waypoint. Calling for support will only work if the mission contains support units with active support waypoints, and they have to have a valid support asset (repair, rearm, refuel, or medic) in their group.Ok, thank you ;)
---------- Post added at 05:45 PM ---------- Previous post was at 05:32 PM ----------
After some reading and testing, this is actually very easy to do :) Gonna test some more :p

I placed a waypoint on the support unit 'Support'
---------- Post added at 07:02 PM ---------- Previous post was at 05:45 PM ----------
A little summary
If you want to have support trucks (Ambulance, Fuel, Repair, Rearm)
- Place the Units on the map and place a waypoint on them called 'SUPPORT'
- If you need their support use the radio : 5-1-....

---
A bug I discovered while testing this
-
detritusPut this code into a repeating Radio trigger in on Activation. this will allow you to call in the vehicle over and over again. Its only linked to one vehicle But try it on separate radio channels with multiple vehicles. So Radio alpha calls in helo1 and Bravo channel calls in Helo2(Below Im using an Osprey but you could use any helo). You only need one SOM and in this case it is named SOM
. Place player on the map.
3. Place osprey on the map and name it something ( I named it O1).
4. Create a trigger and make it radio alpha. Make it repeated.
5. In the on activation space put in
waitUntil {!isnil {player getVariable "mainScope"}};
SOM_mainScope = player getVariable "mainScope";
[["transport"], player] call BIS_SOM_addSupportRequestFunc;
SOM setVariable ["TSS_vehicle_custom", O1];
SOM setVariable ["TSS_allowed", ["pickup", "unload"]];
SOM setVariable ["TSS_plannedLZ", [0,0,0]];
O1 setVariable [“supPoolâ€, [bIS_cooper], TRUE];
O1 setVariable [“supPhaseâ€, 0, TRUE];
O1 setVariable [“onMissionâ€, objNull, TRUE];
O1 setVariable [“stuckâ€, FALSE, TRUE];
Thanks :cool: ! I first forgot to name the Secop module 'SOM' so a UH1 kept appearing ... but now it works great !
Only the '01 setVariable' doesn't work here, it says 'Invalid number in expression' :) ?
-
Hi guys,
Can you tell me how I can call support for an ambulance (or a fuel, rearm truck) ? I think it's quite simple to do this but i'm still a noob @ editing :p
Here's a situation as my English is not so good.
@ The airport
We accidentally shot the civilian doctor .....

We need an ambulance asap !! So, I take my radio and call for medical assistance (5 - 1 - 2)

Some kind of error pops up :confused: ?

Sadly, no medical assistance arrived and the doctor died due severe injuries and we had to hide the body somewhere in the forest :(
Do I need to sync the ambulance to me or ?
Oh and btw, I discovered some kind of error when i try to drag the doctor ... Drag bug ?
(I'm using latest version 1.02.58134)
Thanks guys ! (Arma2 is so much fun, I enjoy the editor more than the campaign :D Especially now with that Secop module, that's way cool !)
-
This addon looks awesome !
Good job Rocket ;) -
The graphics, the possibilities, the atmosphere :eek: ! This game has it all !!!
Thank you very much BIS !!! I'm loving this game :cool: !!
:yay: -
Hi all,
(sorry for my bad English ^^)
I'm new here @ the forums. I have played Arma1 a lot and I already pre-ordered Arma2. I just recently discovered the great community here :cool: There are a lot of amazing people here who dedicate their free time to make the game even more enjoyable (addons, mods etc), wich earn my full respect :) And of course the makers of this beautiful game !
Now, my suggestion: (I hope I place this in the right topic and that it hasn't been posted yet ^^)
I love to play stealth coop missions but there's always been 1 thing that kinda destroys the realism and arma2 seems to have this also.
See following movie :
or this one : Day stealth mission
It would be nice if there could be some kind of option so that when you're playing a stealth mission (day or night) you and your teammates don't yell where enemy units are but whisper it :) This would increase the atmosphere of the mission.
Like you can set your AI team in danger/stealth mode maybe also an option called 'stealth & whisper' :icon_razz: ?
It's just a suggestion :)
grtz
Script: Sticky Satchel Charges
in ARMA 2 & OA : MISSIONS - Editing & Scripting
Posted
Gonna test this right now, awesome feature :p !
thx Tajin and others who dedicate time so we can enjoy the game even more :cool: !