Tags: No tags
Suicide BomberbyZooloo75/Stealthstick Description: This is a simple suicide bomber script I've spent a few mins on as a response to another thread. This is fully compatible with Arma3, Arma 2 and Arma 2: Operation Arrowhead. Installation / Usage: [bomber,[CIVILIAN,WEST,EAST,RESISTANCE],"grenadeHand"] execVM "suicideBomber.sqf";The unit you want to be the bomber, the sides you want the bomber to attack, classname of explosive you want to use. The suicide bomber will run to the nearest unit of the specified side, and will proceed with the bombing using the explosive classname provided. If the suicide bomber is killed before the explosive detonates, then the explosive is deleted. License: Users are free to: Create derivatives/modifications of the work for personal use. Use the work as intended by the author. Users may not: Redistribute the work without direct consent from the author, which includes but is not limited to uploading to the Steam Workshop. Sell or make any form of profit from the work. Forum topic: - BI forums Enable javascript to be able to download from Armaholic please!
Tags: No tags
|
Hello, I've been trying to figure out how to do this script, I'm new to scripting and I keep getting errors.. I want a civilian to be the suicide bomber and them to attack Blufor. I've tried a bunch of different ways, and what Im doing is just spawning a Civilian and putting the code in their "initialization" slot. Could you give the the script for that? Or tell me how, would appreciate a response, and would love to use your work! :D Thanks
@Frankie
I assume you are putting this line in the unit's init line, therefore you should be getting an error.
[this,[WEST],"grenadeHand"] execVM "suicideBomber.sqf";
You must put this line instead if you intend to use it in the initialization box.
_bomber = [this,[WEST],"grenadeHand"] execVM "suicideBomber.sqf";
Enjoy! - and in the future, please post in the BIS Forums thread, as I check those more frequently.
Ok sorry about that, just one more thing I can't figure out, How do you put the actual downloaded script folder that I got from Armaholic into my Mission file? Because it says "suicidebomber.sqf not found". Ive been researching and can't figure out how, I tried to copy the folder into the mission, but had no luck. Would you mind explaining that really quick? Thank you!
Frankie, have you taken the suicidebomber.sqf out of the rar file first? If you did then you need to drag the script to DOCUMENTS\Arma 2 Other profiles\urprofilename\missions\urmissionname then just drag the script into where the mission.sqm is.
Total comments : 4, displayed on page: 4