HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Quick question easy answer (i hope)

01-31-2005, 03:27 AM#1
Kiradacon
BobTheBuilder enters region 001, how to create a message to all that would say
BobTheBuilder has joined the Jordheim Bandits!
My best try made it turn out like this

BobTheBuilder
Has joined the Jordheim Bandits!

-Kirad
01-31-2005, 04:03 AM#2
Guest
Quote:
Originally Posted by Kiradacon
BobTheBuilder enters region 001, how to create a message to all that would say
BobTheBuilder has joined the Jordheim Bandits!
My best try made it turn out like this

BobTheBuilder
Has joined the Jordheim Bandits!

-Kirad

Use the "Concatinate Strings" function when choosing what string to display.

Event - "Unit - Unit Enters Region": A unit enters Region 001
Action - "Game - Text Message (Auto Timed)": Display to [All Players] the text: Text

After clicking on "Text", there is a combo box showing "Concatenate String" as one of the options of what to display. By concatenating " has joined the Jordheim Bandits!" to the unit's name, you should recieve the results you want.

Here's an example:
01-31-2005, 05:22 AM#3
Kiradacon
Hey thanks for the detailed explanation and sweet mini-map! Got it 100% understood now, +rep for you

-Kirad