Edoardo 1 Posted May 13, 2012 (edited) 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 Edited May 13, 2012 by Edoardo Share this post Link to post Share on other sites
Aldo15 11 Posted May 13, 2012 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: 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 Share this post Link to post Share on other sites
Edoardo 1 Posted May 13, 2012 Thanks again for the help Aldo , i wouldn't know how to do without you :) Share this post Link to post Share on other sites
SKdavidSL 1 Posted February 16, 2013 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. Share this post Link to post Share on other sites