Home   Help Search Login Register  

Author Topic: radio chatter  (Read 578 times)

0 Members and 1 Guest are viewing this topic.

marcinko99

  • Guest
radio chatter
« on: 23 Nov 2002, 07:47:58 »
I've created a mission with radio chatter but everytime the radio is activated the name of the unit saying it never comes up.  Instead it will be something like Kilo Black 1 "radio message".  I've created an identity in the description.ext and used the setidentity command but it still doesn't put the correct name in front of the radio message text. Here's the indentity set up in the description.ext  

class cobraone
    {
   name = "Cobra Lead";
   face = "face56";
   glasses = "none";
   speaker = "Adam";
   pitch = 1.00;
    };

and i've used this setidentity "cobraone" in the init line for that unit.  It still doesn't seem to work.  Any ideas?

Trex2001

  • Guest
Re:radio chatter
« Reply #1 on: 17 Feb 2003, 13:37:32 »
Instead of using the set identity command, try to name the unit cobraone and then use

cobraone sidechat "Yourtext"

Guess it should work. Look in PLR's radio tutorial
http://www.ofpec.com/includes/download2.php?id=94

He does it this way

Greets