Results 1 to 4 of 4

Thread: Questions about editing

  1. #1

    Questions about editing

    Hey guys , i've got some questions about editor in ARMA: Cold War Assault ( 1.99 version )


    1) How to active a "Trigger" when the mission start ?
    2) How to active a "Trigger" at the end of the mission ?
    3) How can i give an RPG or other weapons to a soldier like a spetsnaz ?
    4) How can i let 2 Hinds come like reinforcements just when i completed an objective ?
    5) How to start a mission with soldiers already inside a chopper / car ?
    6) How to make a soldier do a military salute in the editor ?
    7) How to make a soldier doing push-ups ?
    8) How to add Radio Messages of Single and Campaign Missions in the editor ?
    9) How to have soldiers without any weapons ?
    10) How to give weapons to civilians ?

    Sorry for my bad english :P
    Last edited by Edoardo; May 13 2012 at 17:55.

  2. #2
    Hey again.

    1. To active a trigget when mission starts, you must change 'this' by 'true' on condition.
    2. I don't get it this question, but are you talking about how to finalize a mission with an end.? If that's what you want, you must open a trigger and open 'type' option it's under 'activate by' option. I think.
    3. Well Add a spetnatz with any name, let's say "s1", so in its init put:
    Code:
    Removeallweapons this ; this addMagazine "Ak47" ; this addMagazine "Ak47" ; this addMagazine "Ak47" ; this addMagazine "Ak47" ; this addWeapon "RPGLauncher" ; This addMagazine "RPG" ; This addMagazine "RPG" ; This addMagazine "RPG"
    .
    4. Ok, when you has added the hinds in the editor, add them a waypoint type 'HOLD' then synchronize it with a trigger with F5 key and then ad them anothe WP type whatever you want.
    5. for this one, make this: soldier1 moveinCargo vehicle1
    6. in the unit's init put : this action ["SALUTE"]
    7. I donr remeber that command sorry
    8. that command without sound : soldier sideChat "This is alfa one" or soldier groupChat "This is alfa one" or soldier globalchat "This is alfa one" or soldier vehicleChat "This is alfa one"
    9. Just write in their inits : Remoallweapons this
    10. Just write in the civilian init: CivilianaddWeapon "NameofWeapon"

    I hope it works

  3. #3
    Private First Class Edoardo's Avatar
    Join Date
    Apr 13 2012
    Posts
    15
    Author of the Thread
    Thanks again for the help Aldo , i wouldn't know how to do without you

  4. #4
    7. the command is: soldier PlayMove "FXStandDip", where the soldier is a name of a unit. Must be written in a waypoint activation field or trigger. If you want to make him doing push-ups continuously, use cyclation.

Similar Threads

  1. Editing Questions
    By Cobra5000 in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 1
    Last Post: Dec 11 2011, 19:29
  2. New to editing, a few questions
    By mpatton in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 1
    Last Post: Aug 11 2009, 18:46
  3. 3 different questions for a MP-editing
    By zaius in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 2
    Last Post: Feb 25 2007, 13:11
  4. Again some editing questions
    By =BFP=Cheetah in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 3
    Last Post: May 31 2002, 18:51

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •