• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

chat message when unit enter region

Status
Not open for further replies.
Level 11
Joined
Aug 31, 2011
Messages
297
Would be something like this I imagine~

watt_zpse8ed5a1f.jpg
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
How about this:

  • Untitled Trigger 007
    • Events
      • Unit - A unit enters Region 000 <gen>
    • Conditions
    • Actions
      • Trigger - Turn off (This trigger)
      • Custom script: call DisplayTimedTextFromPlayer(GetOwningPlayer(GetTriggerUnit()), 0, 0, 5, "Entered")

The 5 is the duration.

Sorry for being offtopic, but whats the difference between DTTFromPlayer and DTTToPlayer?
 
Status
Not open for further replies.
Top