Posted by: AdrianeMapMaker - Friday, April 29, 2016 12:53:42 AM
im sure this question is for modders and geniuses[wink] [grin] -how can i add this messages in only one map.str file intro "mission objective \n Get colonel burton in safe" END NOW MY PROBLEM IS HOW TO ADD THIS MESSAGES -This messages will activate by a trigger(POLYGON TOOL) SOME ON THIS MAP http://www.cnclabs.com/downloads/details.aspx?id=1620 -GET TO THE HELICOPTER -CALL THE HELICOPTER WITH A RADIO TOWER -USE COLONEL BURTON TO DEFEAT IT -SOME ENEMY'S HIDING (IF ANY ONE NOW'S HOW TO USE A TRIGGER(POLYGON TOOL) WITH SOME MESSAGE ACTIVATION LIKE IN FINAL LIBERTY MAP CAN YOU SEND AN STEP BY STEP IMAGE PLS [sad] [+1] NEED SOME TIPS OR HELP:ashamed:

Posted by: SkyMix_RMT - Friday, April 29, 2016 3:05:37 PM
World Builder > Edit > Scripts... > New Script > Script Conditions > Edit... > +Unit > +Area > Unit enters an area. Put the unit you want it to trigger the message, and the area. Press Ok > Actions if true. > Edit... > Briefing > Show military briefing caption. Put "intro" in string and set the time you want the message to appear. You're done.

Posted by: AdrianeMapMaker - Saturday, April 30, 2016 2:54:59 AM
unit enters an area ->[team]one unit enters an area OR [unit]unit enters an area ...im confused [team] or [unit] is same or not ???

Posted by: SkyMix_RMT - Saturday, April 30, 2016 7:56:59 AM
If you have a team, then use: One unit from team [name of the team] enters area [name of the area] If you have a unit, then use: Unit [name of the unit] enters area [name of the area]

Posted by: AdrianeMapMaker - Saturday, April 30, 2016 7:10:58 PM
thanks ....that helps