Home   Help Search Login Register  

Author Topic: action-prob  (Read 1671 times)

0 Members and 2 Guests are viewing this topic.

Offline Mud_Spike

  • Contributing Member
  • **
Re:action-prob
« Reply #15 on: 20 Aug 2004, 18:16:30 »
W2s init;

W2 addaction ["Call for air strike","Bombing.sqs"]

Bombing.sqs;
Code: [Select]
if (_this select 1 != _this select 0) then { _this select 0 GroupChat "HEY, GET YOUR FILTHY HANDS OFF MY RADIO"  ; exit }

onMapSingleClick {[_pos] exec "airstrike.sqs"}; strikePilot sideChat "Give me a target"

Offline General Barron

  • Former Staff
  • ****
  • Semper Fi!
Re:action-prob
« Reply #16 on: 20 Aug 2004, 20:36:12 »
but when you play Cti only the commander have the Build menu even if you are close to him you dont get it!  if nobody knows how this is working i try the hands of radio thingy  ;)  anyways thx

I believe that if you add an action to a unit when they are in a vehicle, then only that person or people in the vehicle can use the action. You'll also notice that when you get into a vehicle, all your actions that were added will go away until you get back out. Could be wrong though.
HANDSIGNALS COMMAND SYSTEM-- A realistic squad-control modification for OFP
kexp.org-- The best radio station in the world, right here at home! Listen to John Richards!

Trasher

  • Guest
Re:action-prob
« Reply #17 on: 20 Aug 2004, 22:56:00 »
but you doesnt start in a vehicle!  ???  anyone who knows mike melvin cant you ask him  ;) anyways thx

Offline General Barron

  • Former Staff
  • ****
  • Semper Fi!
Re:action-prob
« Reply #18 on: 21 Aug 2004, 02:38:42 »
but you doesnt start in a vehicle!  ???  anyone who knows mike melvin cant you ask him  ;) anyways thx

No, but you can detect when you get into the vehicle via a script, and add the action then, and also remove it if needed by detecting when you get out of the vehicle.
HANDSIGNALS COMMAND SYSTEM-- A realistic squad-control modification for OFP
kexp.org-- The best radio station in the world, right here at home! Listen to John Richards!

Trasher

  • Guest
Re:action-prob
« Reply #19 on: 21 Aug 2004, 10:49:38 »
maybe you get in and out of the Hq tank in the beginning when the map is up =)