• 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.

Observer Chat - Please Help

Status
Not open for further replies.
Level 4
Joined
Jul 11, 2005
Messages
59
I would like to make it so I can change players chat windows to Observer, Allies, and All using triggers.

Is this possible and, if so, how do I do it?
 
Level 8
Joined
Nov 20, 2005
Messages
372
It works

No, you can make it something like this:

Event:map initialization
Condition:
Action:
Pick every players in ObserverPlayerGroup and do
Hide Player massages in the in game ( or something like this )

Then make another trigger
Event:player (player who is in the Observerplayergroup) write as an one piece string
Condition:
Action:
Game: Display to all players the text : ( name of triggering player) + ( entered chat string )

think that should work
 
Status
Not open for further replies.
Top