Jump to content
Sign in to follow this  
nomads

Nomads

Recommended Posts

Hi all !

I'm New here and i'm french and i hope that my english will be easily understood !!

I want create missions with a laser bombing !!

that i want to do it s no hard ( i think wink.gif )

i'm alone in the forest without teamates my name is "L1" !! there are a plane A10 LGB who is turning around the isle and her name is "av1" !in fact i want that , when i say the code "BRAVO" i m taking command on the A10 !!! it s verry ost interesting to play alone in the forest without the plane wich turn around your position , it's very irritating !!

in fact i m wondering how build the script !!

i ve put a trigger with the bravo condition and in the action i ve writting [Av1] join L1 , but lol in the init fiel of my player i ve put

br = this addaction ["code Bravo","*.sqs"]

*.sqs = the script of taking over

thanks

and sorry for my english confused.gif

Share this post


Link to post
Share on other sites

tounge.gif

i've find !!!!!!!!!!!!!

1)create a A10 LGB plane "soldier" her name is = av1 , the plane turn around the logurev isle

2)create a Black op laser "Colonel" her name is = L1

in the L1's init field put

br = this addaction ["Code Bravo ","bravo.sqs"]

3) create a Trigger with

condition = Bravo

activation = [av1,L1] exec "rejoin.sqs"

SCRIPTS

rejoin.sqs

----------------------------

_player = _this select 1

_vehicule = _this select 0

[_vehicule] join _player

_

Bravo.sqs

----------------

bravo=true

L1 removeaction br

exit

Good !!

the plane turn around the isle until i call it with the bravo code , you can call it when you see the targets !!

It's my first script , i know it's a very little script but i'm happy

smile.gif

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  

×