AdrianeMapMaker
9 years ago
im sure this question is for modders and geniuses๐Ÿ˜‰ ๐Ÿ˜

-how can i add this messages in only one map.str file

intro
"mission objective
\n Get colonel burton in safe"
END

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 ๐Ÿ˜ž ๐Ÿ‘

NEED SOME TIPS OR HELP:ashamed:
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




Sponsor
SkyMix_RMT
9 years ago
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.
Check out:
My Music  (Techno/House/Experimental)
My Website  (GeneralsCentral)
My Youtube Channel  (Inactive)
World Builder Community Discord 
AdrianeMapMaker
9 years ago
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 ???
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage




SkyMix_RMT
9 years ago
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]
Check out:
My Music  (Techno/House/Experimental)
My Website  (GeneralsCentral)
My Youtube Channel  (Inactive)
World Builder Community Discord 
AdrianeMapMaker
9 years ago
thanks ....that helps
A part of ZH worldbuilders map making community
https://discord.gg/tJ6zyGb 

UserPostedImage