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

is there a way to clear PLAYER chat messages from screen?

Status
Not open for further replies.
Level 5
Joined
Jun 17, 2006
Messages
114
say player A and player B are havnig a flame war and i need to see my save code. is it possible to clear all player text from the screen?
 
Level 40
Joined
Dec 14, 2005
Messages
10,532
not that i know of...

hmm, i suppose you could get around this by putting your text in a different part of the screen, by using

Custom Script: DisplayTimedTextToPlayer((yourplayer), (xoffset), (yoffset), (youduration), (message) )
(if you got the offsets right)

NOTES: for xoffset and yoffset, 0 will be the default text position. duration and message are obv, and the player should probably be GetTriggerPlayer() ( assuming you want to get the player typing -save )
 
Status
Not open for further replies.
Top