View Full Version : what script is this?
crowfoot
Jun 5 2009, 14:30
Does anybody know what script this is?
http://www.youtube.com/watch?v=EyGNwmaFW8I
The quy mentiones in one of the youtube comments, that it is a handmade script of him.
Oh and honestly, its not that hard to do if you look around at scripting-forums a bit. It sure looks nice. :P
Also can be done with a line of code in a trigger-to eject all ai out.
NeoArmageddon
Jun 6 2009, 11:34
Also can be done with a line of code in a trigger-to eject all ai out.
Jup, here an example for the activation-line of a trigger:
{_x action ["eject",c130];}foreach units group leader;
c130 must b the name of the plane, which activates the trigger and leader is the gorupleader of the group, that sits in the plane.
Most time you dont need an addon for simple things like parajumping :yay:
])rStrangelove
Jun 6 2009, 11:40
You also need to unassignvehicle each unit otherwise they'll chase after their plane once landed.
NeoArmageddon
Jun 6 2009, 19:45
Its not necessary if you put the group with
{_x moveincargo plane;}foreach unit group;
in the plane and place a waypoint with move or SAD somewhere for the group.
crowfoot
Jun 6 2009, 20:51
Thank you guys but i still don't get it. I found this but no read me. http://www.armaholic.com/page.php?id=3099
])rStrangelove
Jun 7 2009, 18:48
see my example mission: http://www.file-upload.net/download-1685882/test_Airdrop.zip.html
The issue was discussed in this thread also: http://forums.bistudio.com/showthread.php?t=73863
Here is the mission to that video so hope you like it!
[[ Go to Editing Section of Fourm ]]
this thead can be locked now, script posted in Editing Section of the fourm!
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.