I need a small message detailing an event to happen FOR TRIGGERING PLAYER ONLY!
I'm using Text message but there is no "triggering player"..what should i be using?
None.

Master has given Dobby a doctorate! Dobby is free!
If basically anything happens for only one player, it'll drop him from any other player.
I actually have no idea what you're asking about, and that's my best guess. Details are your friend.
What's the triggering event?
None.
fine..then:
Unit enters within 1.0 of (Point)
Warp Unit
Pan Camera
--Display Text message: "You entered this place"
But only for that one player. . . whats the best way to give the player a Heads up on this information without telling everyone else?
None.

Master has given Dobby a doctorate! Dobby is free!
...Whoops, ventured into SCII on accident...
In any case, if it's like SCI, you can't have a unit in different places in two different versions of the game. Again, for SCI, all players, current player brings at least 1 unit. Something similar, I hope, is used in SCII.
The display text message action has a player group parameter. The player group contains the players that will receive the message. If you want to send to only one player use the function Convert player to player group
None.
Thankyou, testing now...
EDIT: SO WAIT, I HAVE TO CREATE A FUNCTION FOR THIS BS?
god damnit SC2..
None.
Since you can't use triggering player for this event(since a unit is triggering the event), use
-owner of unit (triggering unit)
- this will return the player owning the unit that enters the place
Display text message for player(owner of unit(triggering unit))
Post has been edited 1 time(s), last time on Jun 11 2010, 11:03 pm by 13Stallion.
None.
Thankyou!
Damnit, 13Stallion, youre my best man!
edit: Change player to player group..then select triggering player!
Post has been edited 1 time(s), last time on Jun 12 2010, 9:56 am by Xesh.
None.