Home   Help Search Login Register  

Author Topic: sideradio not working  (Read 883 times)

0 Members and 2 Guests are viewing this topic.

Lazy Lays

  • Guest
sideradio not working
« on: 22 Jul 2005, 15:37:03 »
Hey...
I am trying to make a conversation over the sideradio... but it dosnt seem to work !
here is what i did--->

Script
~5
Pilot sideradio "Sir we have contact with the resistance guy"
~5
Pilot sideradio "He says that the radio is down and we are clear to move in"
~5
Alpahleader sideradio "Roger that.... lets get some speed on this bird"
~5
Pilot sideradio "Roger that sir"
Exit


Please help

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:sideradio not working
« Reply #1 on: 22 Jul 2005, 15:43:31 »
Try:
sideChat

sideRadio is used to play a sound file, like the say command except by radio
« Last Edit: 22 Jul 2005, 15:46:52 by THobson »

Offline The-Architect

  • Former Staff
  • ****
  • Bite my shiny metal...
    • Bob's Un-official Flashpoint Page
Re:sideradio not working
« Reply #2 on: 22 Jul 2005, 15:43:43 »
I might sound silly but have you named the characters in the name bit?
James Andrew Wilkinson 1977 - 2005 R.I.P.
"If it ain't the friggin' incoming it's the friggin' outgoing. Only difference is who gets the friggin' grease, and that ain't no friggin' difference at all."

Lazy Lays

  • Guest
Re:sideradio not working
« Reply #3 on: 22 Jul 2005, 16:11:59 »
Thanks... forgot to name the pilot
Now how do I change the Alpha Black to AlphaLeader ?

Offline 456820

  • Contributing Member
  • **
Re:sideradio not working
« Reply #4 on: 22 Jul 2005, 19:23:51 »
you cant change it to Alphaleader but you can have it as Alpha 1
use
this setgroupid ["Alpha", "groupcolor0"]
in the leader of the squads init field
have a go

Pravit

  • Guest
Re:sideradio not working
« Reply #5 on: 22 Jul 2005, 20:38:57 »
Along this same line, how do I make a person using sideChat have his name appear in parentheses? I tried modifying CfgIdentities in my description.ext and I used the setIdentity command, but it doesn't seem to do anything.

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:sideradio not working
« Reply #6 on: 22 Jul 2005, 20:51:55 »
Quote
Along this same line, how do I make a person using sideChat have his name appear in parentheses? I tried modifying CfgIdentities in my description.ext and I used the setIdentity command, but it doesn't seem to do anything
I have tried and failed.  It only seems to work for the player.  The best I have done is to put the unit's name in the text message.

Pravit

  • Guest
Re:sideradio not working
« Reply #7 on: 22 Jul 2005, 21:21:12 »
I seem to remember that in the CWC and Resistance campaigns, Papa Bear and other "characters" would have their names in parentheses when they said something. Or have I remembered incorrectly?

Offline THobson

  • OFPEC Patron
  • Former Staff
  • ****
Re:sideradio not working
« Reply #8 on: 22 Jul 2005, 21:37:46 »
Yes but it seems there are some limitations:

http://www.ofpec.com/editors/resource_view.php?id=447

I thought you were refering to normal units.
« Last Edit: 22 Jul 2005, 21:38:27 by THobson »

Pravit

  • Guest
Re:sideradio not working
« Reply #9 on: 22 Jul 2005, 22:17:54 »
Oh, I see...I thought you could have as many custom callsigns as you want. Thanks anyway.