| 11-14-2005, 02:06 AM | #1 |
Ok so I got this map and I am trying to force the map to not display things to the entire force. I'm not sure if this will work and right now my computer is sucking it up. Code:
Game - Display to (All players controlled by a ((Owner of (Triggering unit)) controller) player) the text: Hello Would the above action work to send the text to only the controller of the unit that entered the region/rectangle? |
| 11-14-2005, 07:28 AM | #2 |
Try using Convert Player to Player Group. This is usually what you are looking for when displaying to a certain person or group. Here is what it would look like. Code:
Untitled Trigger 001
Events
Unit - A unit enters (Playable map area)
Conditions
Actions
Game - Display to (Player group((Owner of (Entering unit)))) the text: Your text here.
|
