Home   Help Search Login Register  

Author Topic: BAS pilot beacon question  (Read 356 times)

0 Members and 1 Guest are viewing this topic.

Commando

  • Guest
BAS pilot beacon question
« on: 03 Oct 2004, 16:42:44 »
I remember that one of the bas pilot & chopper addons had the ability to get a pilot that was separated from his group to be able to place a red beacon and then the rest of the group flying the chopper would come and pick jim up or something.

how do i do that? was a long time ago and stuff so i don't rememer how i did it..  :P and is it possible to addweapon the beacon or so to a group of delta forces and have the pilots come and pick them up?

Offline Tyger

  • Former Staff
  • ****
  • I was at OFPEC when it still had dirt floors...
    • OFPEC
Re:BAS pilot beacon question
« Reply #1 on: 05 Oct 2004, 17:21:59 »
i don't know of any BAS things that do that, but you could create a script, it wouldn't be hard.

Code: [Select]
_unit = _this select 0
_marker = _this select 1
_chopper = _this select 2

_unit fire ["Throw","SmokeShellRed"]
_marker setPos [_unit select 0, _unit select 1, 0]
_chopper doMove getMarkerPos "_marker"

@UnitReady _chopper
_chopper Land "GET IN"
@_unit in _chopper
_chopper doMove [0,0,0]

exit
"People sleep soundly at night only because rough men stand ready to do violence on their behalf." - George Orwell

MSG Mike Everret - We Will Never Forget - '75-'08