Warcraft III resources & community, 2003–2006 · archived

Observer Chat - Please Help

4 posts
#1

Observer Chat - Please Help

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?
#2
no you cant just make a trigger in map that says turn chat to obervers.
#3
Eziekiel_Rageno you cant just make a trigger in map that says turn chat to obervers.
Oh ok.
#4

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