OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started 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!
-
Hi Mikun.
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
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.
how can i add more music
I think the tutorial linked above also explains how.
Does any of that help?
-
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 Two\nLines
would display as Two
Lines