Fifato
Member-
Content Count
6 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout Fifato
-
Rank
Rookie
-
Cannot destroy IGLA (aa static)
Fifato replied to Fifato's topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Nice, thanks for the tip. I tryed to place a trigger, IGLA named "igla" and in the trigger condition: "getDammage igla == 1" and on activation "deleteVehicle igla; hint "Main objective blah blah blah..." And amazingly it worked :) I never used "==" and getAnything and I didnt know its so easy to get it working, so it was more of luck than my experience. Whatever, thanks to all of you :) -
Cannot destroy IGLA (aa static)
Fifato posted a topic in ARMA 2 & OA : MISSIONS - Editing & Scripting
Hello, so my problem is that I made a mission for my group. One of the objectives was "Destroy enemy AA" and it was pretty needed, because it will trigger friendly helicopters to arrive. The goal was to destroy 3 IGLAs, but we found that they are indestructable. We had many stachel charges (pipebombs) I tryed 1, a big explosion and a hole appeared, but the IGLA totally ignored it. Then I tryed 3 charges, still same result. So I need to somehow destroy that bloddy thing. We ofc killed all people in it, but in real somebody can go there and shoot again. (I know in arma not, I of course didnt make that, but I want it more logic and reallistic - so destroy the IGLA) The reason why I post it in "Scripting" is, that I believe a script can make it destroyed (setDamage 1) So can anybody help me with it? I was thinking about something like that I add something invisible to the IGLA, and if its destroyed (the explosion will destroy it) script will force the IGLA to be destroyed too and it will look like the explosion destroyed the IGLA. Also it doesnt have any destroyed model or texture, so any other ideas how to make this whole objective? I dont want to use any addons. So another idea is to dont destroy it, but delete it completelly, so we will be sure its destroyed. -
Arma II + Arma II Operation Arrowhead money back?
Fifato replied to arijan2660's topic in ARMA 2 & OA - QUESTIONS & ANSWERS
Why cant your computer take the game? Your hardware cant run it? Then you had to look on requirements first, before buying a game... BIS are great developers, but I dont think you can get your money back easily. Well, Steam alerady did that few times, but it was globally because the game was a total fake. -
Thank you very much, both of you. It works exactly as I wanted :)
-
Oh nice, I didnt test it yet but the moveInCargo command is enough. I totally forgot on that one :) Thanks alot EDIT: Well, can you specify where I have to write this? To the initialization, description.ext or what? I probably didnt do that how you think its supposed to be, and its not working.
-
Hello, I am making a mission where I need a respawn. So I learned the script and its working for me. However, its not exactly what I want. It only can respawn somewhere, on a place that has been alerady set, or in the place where the soldier died, or squad respawn and side. You know that :) But I need a respawn in vehicle. First of all, its probably alerady answered, but searching for it is impossible, because everything is "Respawn a vehicle" not "Respawn soldier IN vehicle", so I have to ask here. My vehicle will be something like Chinook or Black Hawk, and it will follow (actually I will pilot) us through the complete mission, to travel from objective to objective. I tried to use the helicopter instead of the marker, but that doesnt work.