OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Davies1 on 29 Aug 2002, 18:43:18
-
2 questions..
I am making a convoy but the vehicles always seem to end up further apart than what I want them. I have made the speed limited, but the same happens. Is there any script to make them travel a certain (ie small) distance apart?
how the hell can I camcreate bombs to go off actually on the bridge in Nogova? They always detonate under it (still destructive, but unrealistic)
Cheers in advance....
-
RE: Your bombs;
however you are creating your bombs anyway, trigger or WP, script or whatever, use the same method as you are already to get the postions, either by This is a trigger, or GEtpos of a gamelogic. And alter the line thusly;
bomb="heat120" camcreate [Getpos LocationName Select 0, Getpos LocationName Select 1, (Getpos LocationName Select 2) +10]
Where the last number is the height in metres you want to create your bomb. You can also alter the name of the bomb to be created by altering the "heat120" part to the bomb you are already using. But to get it higher, just add in that last number.
-
lovely job mate, cheers
-
*points at the solve button*
:thumbsup:
as long as what Icarus said works ;)
-
Considering the first question hasnt been answered Messy :-\
As for your convoy. There is a convoy script on the site, but the site wont be back before the weekend. So either hold out till the site returns and you can use the convoy script. Or hope someone answers with an answer.
-
[attachment deleted by admin]
-
ta again, lovely job. ;D