leopard a2 10 Posted February 2, 2011 hello guys how i can create a radio message between alfa and papa bear? for example:alfa this is papa bear move immidiatly to the a irport to support bravo and charlie;alfa respond roger out Share this post Link to post Share on other sites
ArmAriffic 10 Posted February 2, 2011 for you to "papa bear" it is Player sideChat "" in a trigger and put you message in "" (has to have "" on the outside) and for papa bear to you, create a unit and give it any name (HQ, pb, ect) and do X sideChat "" (X=units name). If you wan't chat from side's that aren't yours (if your us and you wan't to talk to a independent, OPFOR or civilian) it is globalChat. Share this post Link to post Share on other sites
Sepe 1 Posted February 13, 2011 That won't show the sender of the message as Papa Bear though. If you want to use them, run this line in init.sqs, a trigger, or whatever (doesn't matter how you run it, as long as you do): papabear = [West, "HQ"] And then, for the message: papabear sideChat "This is Papa Bear to Alpha. It's tea time. Over." You may also use "Firefly Base" in a similar way, using: fireflybase = [West, "airbase"] And then: fireflybase sideChat "This is Firefly Base. We're running low on beer. Requesting support. Over." Share this post Link to post Share on other sites
leopard a2 10 Posted February 13, 2011 ok thanks...can you write an example?bacause i have a problem with the editor...i'm not good to use the editor ---------- Post added at 07:47 PM ---------- Previous post was at 07:46 PM ---------- thanks sepe!!!!!!!!!!!!!!!!!!!!!!!! Share this post Link to post Share on other sites