OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: royalman51 on 27 Jun 2005, 11:04:59
-
How can you make the blue radio messages. Like the ones in th campaign. The PapaBear messages and messages to an other squad.
-
If you only want a chat seeing in monitor, use sideChat.
eg: player sideChat "Where are you, we are waiting for you..."
But if you want call the air support in radio, put a trigger and set the type: RadioAlpha, named the Text field: "Air support" and write in the onActivation field:
airsupportstart=true; player sideChat "We need air support!!!"
And put the AH64 somewhere and his waipoint Condition filled: airsupportstart
-
Also
globalchat
groupchat
vehiclechat
Check the FAQ for how to make it say papa bear. There is a tute on using other callsigns.