Nightjay0044 1 Posted November 23, 2005 Hi, how do you makea radio message or the text that you create be hidden and then also how do you make it reappear after whenever you want too? IF someone could give me full detail and simple format. thanks. Share this post Link to post Share on other sites
.kju 3245 Posted November 23, 2005 hm you can do it permanently by editing the stringtable.csv ... but i guess thats not what you are looking for Share this post Link to post Share on other sites
Nightjay0044 1 Posted November 23, 2005 Hi, nope, I need to be able to hide a radio message like you would hide objectives on a map and breifings. Share this post Link to post Share on other sites
Student Pilot 0 Posted November 23, 2005 Why don't you just call the radio message in a script or trigger when you need it? -Pilot Share this post Link to post Share on other sites
Nightjay0044 1 Posted November 23, 2005 Student Pilot~ I would if I knew how to call the radio message in a script. Also if that's the only way, I would need help with that? Thanks. Share this post Link to post Share on other sites
Nightjay0044 1 Posted November 24, 2005 Hi all, I figured it out. Woohoo. Just a little searching in the FAQ area and I found out how to do it. Here's what to do, how to hide your radio channels, text etc. 1) Obviously have the player, and maybe create another unit that your going to radio. 2) Create an init.sqs File in your saved mission directory that your using. Then type this code in there. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">1 setradiomsg "null" 3) That will automatically hide your radio text on the start of the mission. 4) Then if you want to activate it in a trigger, unit or waypoint. Put this code in the appropriate area. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">1 setradiomsg "Call in Alpha" Lets discuss the code: "1" means Alpha. You can radio alpha. 2=bravo, 3=charlie, and etc. That's how you can hide the radio messages and recall them later if you need them. Share this post Link to post Share on other sites
LoTekK 0 Posted November 24, 2005 Psst. It's also in the comref. Share this post Link to post Share on other sites