Jump to content
Sign in to follow this  
jjake121

Suicide Cars in mission editor

Recommended Posts

hey, I'm trying to make a machinima using Arma 2 editor, In this I need to make the drivers of cars to drive into objects when my waypoint guides them into that object basically so the AI wont back out in the last second. Someone said that I needed to use triggers but I have no idea how to so if anyone could guide me to a good tutorial video on how to use triggers and what they are actually used for I would greatly appreciate it.

Also why you are here how do I make a guy seemingly commit suicide and just drop dead?

Share this post


Link to post
Share on other sites
Hi

Armed Assault Editing Guide - Deluxe Edition - English version

http://www.armaholic.com/page.php?id=4847

ARMA 2: Operation Arrowhead - Mission Editor Tutorials

an example on how to turn a car into a bomb from my website:

http://warmod.webs.com/makeabomb.htm

hey, thanks I will definately check those out thanks, Do you also know the initialization code I have to type to give units who don't usually have guns, guns

Share this post


Link to post
Share on other sites

Something like this:

removeAllWeapons this; {this addMagazine "30Rnd_545x39_AK"} forEach [1,2,3,4,5]; this addWeapon "AKS_74"; this selectWeapon primaryWeapon this;

That'll strip whatever some unit has and replace it with an AK 74 and 5 magazines.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×