OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Mikun_EX on 15 Sep 2010, 15:53:55

Title: Radio messages and custom music
Post by: Mikun_EX on 15 Sep 2010, 15:53:55
While i make soe stuff in the mission editor, i need to add some radio messages,but i can't make them work
The second thing is: How can i add more than one line using a triger to add some words (the withe and big ones) and how can i add more music because the originals are boring me?

thanks to everyone!
Title: Re: Radio messages and custom music
Post by: RKurtzDmitriyev on 15 Sep 2010, 23:28:00
Hi Mikun.

Quote
i need to add some radio messages,but i can't make them work

You need to be a little bit more specific. What have you tried?

Anyway, this tutorial should tell you what to do in any case.

http://www.ofpec.com/ed_depot/index.php?action=details&id=488&game=ArmA

Quote
How can i add more than one line using a triger to add some words (the withe and big ones)

I can't quite understand this, but the titleText (http://www.ofpec.com/COMREF/index.php?action=details&id=373&game=All) command could be useful here.

Quote
how can i add more music

I think the tutorial linked above also explains how.

Does any of that help?
Title: Re: Radio messages and custom music
Post by: Walter_E_Kurtz on 20 Sep 2010, 13:35:00
The second thing is: How can i add more than one line using a triger to add some words (the withe and big ones)
Use \n to indicate the end of each line, thus
Quote
Two\nLines
would display as
Quote
Two
Lines