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

Destroy Messages

Status
Not open for further replies.
Level 3
Joined
Oct 28, 2016
Messages
22
Hi, how can i create a trigger which destroys message (is it even possible)? I want to destroy a game message without fading or anything like that.

I want to make it as it is in Mafia map. When the host is setting up the roles, it instantly destroys message of old setup and creates a message of new setup.
 
Level 3
Joined
Oct 28, 2016
Messages
22
its really easy :D Action - Cinematic - Clear Text Messages
if you are talking about player messages then i dont know maybe its impossible

ah thanks :D

EDIT: is it possible to destroy specific message? I mean something like this (unfortunately it isn't possible):

  • Destroy Message
  • Display to (All players) for 999.99 seconds the text: blablabla
  • set Message = (last created message)
 
Level 3
Joined
Mar 5, 2010
Messages
14
It is possible. You need to save all messages in variables then you clear screen. Remove that one specific from system and show all left ones.
 
Level 3
Joined
Oct 28, 2016
Messages
22
It is possible. You need to save all messages in variables then you clear screen. Remove that one specific from system and show all left ones.

Do you mean something like this?

[spolier]
  • Set message1 = bla
  • Display to (All players) for 999.99 seconds the text: message1
  • Set message2 = blabla
  • Display to (All players) for 999.99 seconds the text: message2
  • Set message3 = blablabla
  • Display to (All players) for 999.99 seconds the text: message3
  • Clear screen
  • Display to (All players) for 999.99 seconds the text: message1
  • Display to (All players) for 999.99 seconds the text: message2
[/spoiler]

Or something else?
 

Dr Super Good

Spell Reviewer
Level 64
Joined
Jan 18, 2005
Messages
27,286
Or something else?
Like that, although one could write a system to automate the process for better readability and usability.

Be aware that this will not clear the logged messages in singleplayer. It will make the messages look really strange in the log with duplicates for each reprint.
 
Status
Not open for further replies.
Top